ci/cd - pull only interesting images for UI tests

This commit is contained in:
bunkerity 2023-03-07 17:52:39 +01:00
parent 2b1dbb1d46
commit 6f29756dd7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sed -i "s@bunkerity/bunkerweb-scheduler:.*@local/scheduler-tests:$MODE@" docker-
sed -i "s@bunkerity/bunkerweb-ui:.*@local/scheduler-tests:$MODE@" docker-compose.yml
# Start stack
docker-compose pull --ignore-pull-failures
docker-compose pull docker-proxy app1
if [ $? -ne 0 ] ; then
echo "❌ Pull failed"
exit 1