Fix 404 accessing artifacts.elastic.co archive

Change-Id: I04529e8d5584e006c090e790e9903592609343ee
This commit is contained in:
Corey Bryant 2021-03-01 16:51:25 -05:00
parent 0ae9adef3e
commit 4392d58681
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ sudo usermod -a -G lxd ${USER}
newgrp lxd << END
set -ex
lxd init --auto
snapcraft --use-lxd --http-proxy=$HTTP_PROXY --https-proxy=$HTTPS_PROXY
snapcraft --use-lxd --http-proxy=${HTTP_PROXY} --https-proxy=${HTTPS_PROXY}
# Delete the build container to free the storage space on a test node.
lxc delete snapcraft-microstack
END