diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90751bf..5329998 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -245,13 +245,13 @@ test: --profile migrations --profile tests PODMAN_IGNORE_CGROUPSV1_WARNING: True - before_script: + script: - dnf -y install podman podman-compose - cp ./infrastructure/configs/podman/ci.conf /etc/containers/containers.conf - cp "$TEST_STAGE_FIREBASE_CONF" ./infrastructure/configs/backend/firebase.json - podman info --format '{{.Host.EventLogger}}' - script: - export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)" + - | ( while true; do @@ -365,7 +365,7 @@ webhook-backend-deploy: WEBHOOK_URL: $WEBHOOK_URL_BACKEND environment: name: staging - url: https://hackaton.paas.itqdev.xyz + url: https://team-39-alpha-gm5qjkou.hack.prodcontest.ru resource_group: staging dependencies: - build-runtime