From 322296d6a0b18577ad6678fedb74743de186ed2f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 22 Oct 2023 10:35:35 +0300 Subject: fix local compose file typo, wait a bit before curling login page --- .gitlab-ci.yml | 1 + docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 85cc67d6c..57c285b6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 2925068e3..365ca9f49 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 -- cgit v1.2.3