fix local compose file typo, wait a bit before curling login page

This commit is contained in:
Andrew Dolgov 2023-10-22 10:35:35 +03:00
parent ccb4a4d337
commit 322296d6a0
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
2 changed files with 2 additions and 1 deletions

View File

@ -64,6 +64,7 @@ integration-test:
TEST_HELM_REPO: https://gitlab.tt-rss.org/tt-rss/helm-charts/tt-rss
extends: .integration-test
script:
- sleep 5
- curl -fs http://tt-rss-${CI_COMMIT_SHORT_SHA}-app/tt-rss/index.php | grep -q Login
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

View File

@ -34,7 +34,7 @@ services:
env_file:
- .env
volumes:
- .:/var/www/html
- .:/var/www/html/tt-rss
depends_on:
- app
command: /opt/tt-rss/updater.sh