Add note to explain to a trigger a new build when some new updates was published since rebuild was triggered

This commit is contained in:
Benjamin Renard 2024-05-21 20:38:05 +02:00
parent 9d67cd5a7c
commit bf2fb48d2f
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -344,6 +344,10 @@ then
echo "You could recreate and restart them using the following command:" echo "You could recreate and restart them using the following command:"
echo echo
echo " $COMPOSE_BIN -f $DOCKERCOMPOSE_FILE up -d --no-deps ${UPGRADABLE_CONTAINERS[@]}" echo " $COMPOSE_BIN -f $DOCKERCOMPOSE_FILE up -d --no-deps ${UPGRADABLE_CONTAINERS[@]}"
echo
echo "Note:"
echo " If new updates was published since rebuild was triggered, remove the"
echo " '$REBUILD_LOCK_FILE' file and recheck it to trigger a new build."
fi fi
echo echo
else else