diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-11-23 12:20:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 10:20:29 -0700 |
commit | 66a851aca7acf3ae39cb5c03fc97c563716b5aa3 (patch) | |
tree | 3a7db75cc5bb1cbdb072bbc09e2971569cc756aa | |
parent | a4d0feb050e32277a218e45bfb6a496d26ff46d0 (diff) | |
download | vyos-cloud-init-66a851aca7acf3ae39cb5c03fc97c563716b5aa3.tar.gz vyos-cloud-init-66a851aca7acf3ae39cb5c03fc97c563716b5aa3.zip |
.travis.yml: correctly integration test the built .deb (#683)
`IMAGE_SOURCE` was renamed to `CLOUD_INIT_SOURCE` before the testing
framework ever landed, but I did not mirror that change in .travis.yml
before it landed. This addresses that.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6d25f477..2fad49f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -199,7 +199,7 @@ matrix: fi # Use sudo to get a new shell where we're in the sbuild group - sudo -E su $USER -c 'sbuild --nolog --no-run-lintian --verbose --dist=xenial cloud-init_*.dsc' - - sg lxd -c 'CLOUD_INIT_IMAGE_SOURCE="$(ls *.deb)" tox -e integration-tests-ci' & + - sg lxd -c 'CLOUD_INIT_CLOUD_INIT_SOURCE="$(ls *.deb)" tox -e integration-tests-ci' & - | SECONDS=0 while [ -e /proc/$! ]; do |