This commit is contained in:
ITQ
2025-11-22 14:22:57 +03:00
parent e9bffb954d
commit 40de3cbbed
+2 -4
View File
@@ -7,10 +7,7 @@ stages:
- deploy
variables:
BASE_IMAGE_NAME: $CI_REGISTRY_IMAGE
TRIVY_CACHE_DIR: .cache/trivy
TRIVY_NO_PROGRESS: "true"
TRIVY_TIMEOUT: "10m0s"
BASE_IMAGE_NAME: $CI_REGISTRY_IMAGEstarting) 5432
TRIVY_USERNAME: $CI_REGISTRY_USER
TRIVY_PASSWORD: $CI_REGISTRY_PASSWORD
TRIVY_REGISTRY: $CI_REGISTRY
@@ -256,6 +253,7 @@ test:
(
while true; do
podman-compose -f compose.yaml $PROFILES logs 2>&1
echo aboba
sleep 30
done
) | grep "Error: no container" -v | tee -a compose.log &