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:
parent
9d67cd5a7c
commit
bf2fb48d2f
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue