You've already forked RekomenciBackend
Merge remote-tracking branch 'origin/main'
This commit is contained in:
+8
-8
@@ -249,14 +249,14 @@ test:
|
||||
- dnf -y install podman podman-compose
|
||||
- export PROFILES="$(printf '%s ' $COMPOSE_PROFILES)"
|
||||
- cp "$TEST_STAGE_FIREBASE_CONF" ./infrastructure/configs/backend/firebase.json
|
||||
- |
|
||||
(
|
||||
while true; do
|
||||
podman-compose -f compose.yaml $PROFILES logs -f 2>&1
|
||||
sleep 1
|
||||
done
|
||||
) | grep "Error: no container" -v | tee -a compose.log &
|
||||
- LOGS_PID=$!
|
||||
# - |
|
||||
# (
|
||||
# while true; do
|
||||
# podman-compose -f compose.yaml $PROFILES logs -f 2>&1
|
||||
# sleep 1
|
||||
# done
|
||||
# ) | grep "Error: no container" -v | tee -a compose.log &
|
||||
# - LOGS_PID=$!
|
||||
- |
|
||||
REGISTRY_PREFIX=$CI_REGISTRY_IMAGE IMAGE_TAG=$CI_COMMIT_SHA \
|
||||
podman-compose -f compose.yaml -f compose.prod.yaml \
|
||||
|
||||
Reference in New Issue
Block a user