mirror of
https://github.com/balena-io/open-balena.git
synced 2025-01-29 15:44:00 +00:00
scripts/compose: Delete Balena CLI version warning
This can be removed completely now — it was added to ensure existing users also update to the latest (at the time) CLI as they updated their open-balena installation. Change-type: patch
This commit is contained in:
parent
071b5850a9
commit
cd2c3f5e11
@ -35,9 +35,6 @@ if [ ${OPENBALENA_HOST_NAME: -6} == ".local" ]; then
|
|||||||
INCLUDE_MDNS="-f ${BASE_DIR}/compose/mdns.yml"
|
INCLUDE_MDNS="-f ${BASE_DIR}/compose/mdns.yml"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# show a warning to update your balena CLI tool...
|
|
||||||
echo_bold_stderr "IMPORTANT: Please update your Balena CLI installation to version v12.38.5"
|
|
||||||
|
|
||||||
# shellcheck source=/dev/null
|
# shellcheck source=/dev/null
|
||||||
source "${VERSIONS_FILE}"; docker-compose \
|
source "${VERSIONS_FILE}"; docker-compose \
|
||||||
--project-name 'openbalena' \
|
--project-name 'openbalena' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user