summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-11-23 11:41:03 -0500
committerDaniel Watkins <oddbloke@ubuntu.com>2020-11-23 11:41:03 -0500
commitb07ec7d34f3ad021314e8285524b81f945468be5 (patch)
tree3a7db75cc5bb1cbdb072bbc09e2971569cc756aa
parenta4d0feb050e32277a218e45bfb6a496d26ff46d0 (diff)
downloadcloud-init-git-tests.tar.gz
.travis.yml: correctly integration test the built .debtests
`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.yml2
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