TEST 2 échec CI

This commit is contained in:
2025-08-25 03:59:22 +02:00
parent eff0b3a402
commit 91a23a446f
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ jobs:
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
# Wait for container to be ready
sleep 10
sleep 60
# Check if container is still running
if docker ps | grep test-container; then

View File

@@ -28,7 +28,7 @@ COPY ./database ./database
COPY ./discordbot ./discordbot
COPY ./protondb ./protondb
COPY ./webapp ./webapp
COPY ./twitchbot ./twitchbot
#COPY ./twitchbot ./twitchbot
COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf
COPY start.sh /start.sh