FIX|AIFaoewufiohwrgushe

Signed-off-by: ITQ <itq.dev@ya.ru>
This commit is contained in:
ITQ
2025-11-21 22:07:36 +03:00
parent 073c1f75c7
commit b6048c50c2
+3 -3
View File
@@ -255,13 +255,13 @@ test:
podman-compose -f compose.yaml $PROFILES logs -f 2>&1 podman-compose -f compose.yaml $PROFILES logs -f 2>&1
sleep 1 sleep 1
done done
) | tee -a compose.log & ) | grep "Error: no container" -v | tee -a compose.log &
- LOGS_PID=$! - LOGS_PID=$!
- | - |
REGISTRY_PREFIX=$CI_REGISTRY_IMAGE IMAGE_TAG=$CI_COMMIT_SHA \ REGISTRY_PREFIX=$CI_REGISTRY_IMAGE IMAGE_TAG=$CI_COMMIT_SHA \
podman-compose -f compose.prod.yaml -f compose.yaml \ podman-compose -f compose.yaml -f compose.prod.yaml \
$PROFILES up -d --no-build --pull 2>&1 | tee compose.log $PROFILES up -d --no-build --pull 2>&1 | tee compose.log
- |0 - |
TEST_CONTAINER_ID=$( TEST_CONTAINER_ID=$(
podman-compose ps --all --format json \ podman-compose ps --all --format json \
| jq -r '.[] | select(.Labels["io.podman.compose.service"] == "tests") | .Id' | jq -r '.[] | select(.Labels["io.podman.compose.service"] == "tests") | .Id'