Skip to content

Commit

Permalink
fix gitea workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jan 1, 2025
1 parent 44b5c97 commit 2f197a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose-test_gitea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
exit 1
fi
cd traefik
docker compose exec -T traefik wget --spider --no-check-certificate https://localhost/gitea/ \
docker compose exec -T traefik wget --spider --no-check-certificate https://localhost:9443/gitea/ \
|| (docker ps ; docker compose logs ; cd ../${TARGET_SERVICE} ; docker compose logs ; exit 1)

0 comments on commit 2f197a0

Please sign in to comment.