From 9f708c4b5f1f8dc00e17694b9156ea310b5d8ac0 Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 21 Nov 2025 23:33:59 +0300 Subject: [PATCH] ci is goin brrrr Signed-off-by: ITQ --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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