You've already forked RekomenciBackend
aboba
This commit is contained in:
+2
-4
@@ -7,10 +7,7 @@ stages:
|
|||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
BASE_IMAGE_NAME: $CI_REGISTRY_IMAGE
|
BASE_IMAGE_NAME: $CI_REGISTRY_IMAGEstarting) 5432
|
||||||
TRIVY_CACHE_DIR: .cache/trivy
|
|
||||||
TRIVY_NO_PROGRESS: "true"
|
|
||||||
TRIVY_TIMEOUT: "10m0s"
|
|
||||||
TRIVY_USERNAME: $CI_REGISTRY_USER
|
TRIVY_USERNAME: $CI_REGISTRY_USER
|
||||||
TRIVY_PASSWORD: $CI_REGISTRY_PASSWORD
|
TRIVY_PASSWORD: $CI_REGISTRY_PASSWORD
|
||||||
TRIVY_REGISTRY: $CI_REGISTRY
|
TRIVY_REGISTRY: $CI_REGISTRY
|
||||||
@@ -256,6 +253,7 @@ test:
|
|||||||
(
|
(
|
||||||
while true; do
|
while true; do
|
||||||
podman-compose -f compose.yaml $PROFILES logs 2>&1
|
podman-compose -f compose.yaml $PROFILES logs 2>&1
|
||||||
|
echo aboba
|
||||||
sleep 30
|
sleep 30
|
||||||
done
|
done
|
||||||
) | grep "Error: no container" -v | tee -a compose.log &
|
) | grep "Error: no container" -v | tee -a compose.log &
|
||||||
|
|||||||
Reference in New Issue
Block a user