Skip to content

Commit

Permalink
[CI] Fix ash
Browse files Browse the repository at this point in the history
  • Loading branch information
unkn0wn107 committed Jun 26, 2024
1 parent 9db84bd commit bf2383c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: mchenava < mchenava@student.42lyon.fr> +#+ +:+ +#+ #
# By: agaley <agaley@student.42lyon.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/12/15 15:51:13 by agaley #+# #+# #
# Updated: 2024/06/26 19:11:30 by mchenava ### ########.fr #
# Updated: 2024/06/27 01:03:46 by agaley ### ########lyon.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -94,7 +94,7 @@ $(DEBUG_OBJ_DIR)/%.o: %.cpp
run: daemon
$(MAKE) wait-for-healthy
docker compose exec -it webserv make
docker compose exec -it webserv ash -c "kill 1"
docker compose exec -it webserv bash -c "kill 1"
sleep 1
@make logs

Expand Down

0 comments on commit bf2383c

Please sign in to comment.