diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-11-03 10:36:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 10:36:48 -0500 |
commit | 0184e53648ca62072c32de3f0de3cc7c91c27d99 (patch) | |
tree | 30f947a69d36e026cbe8be53360eec1fd89a9108 /.travis.yml | |
parent | 7978feb3af5846a1a2ac489cde83febe975b046d (diff) | |
download | vyos-cloud-init-0184e53648ca62072c32de3f0de3cc7c91c27d99.tar.gz vyos-cloud-init-0184e53648ca62072c32de3f0de3cc7c91c27d99.zip |
Revert ".travis.yml: use a known-working version of lxd (#643)" (#650)
This reverts commit f72d0cb7a03cc311700ea8795edf2454172c7414.
A new release of lxd has been released to the stable channel, which
includes a fix for the issue we were previously working around.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4342aacb..87841424 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ matrix: # pylxd talks only to the lxd from snap - sudo apt remove --purge lxd lxd-client - sudo rm -Rf /var/lib/lxd - - sudo snap install --channel=4.6/stable lxd + - sudo snap install lxd - sudo lxd init --auto - sudo mkdir --mode=1777 -p /var/snap/lxd/common/consoles # Move any cached lxd images into lxd's image dir |