Fix using the wrong branch name for ubuntu-image.

ui-by-default
Łukasz 'sil2100' Zemczak 2 years ago
parent 1fe8f8f178
commit 6a2cb2be27

@ -90,7 +90,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
# Use ubuntu-image instead of live-build
export SNAPPY_STORE_NO_CDN=1
snap install --classic --channel=candidate/latest ubuntu-image
snap install --classic --channel=candidate ubuntu-image
# TODO: eventually, this should be handled by a single ubuntu-image
# call without having to do a conditional on ubuntu-core/classic.

Loading…
Cancel
Save