diff options
author | James Falcon <james.falcon@canonical.com> | 2022-01-18 09:10:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 09:10:36 -0600 |
commit | 62f82651f2c29db5934f16afcb9f1e522f90588a (patch) | |
tree | 2ffbf41303f7016c5b9e28730302597c828ff750 /.travis.yml | |
parent | b306633fd17e5ba0173ad3c41add59cb11884757 (diff) | |
download | vyos-cloud-init-62f82651f2c29db5934f16afcb9f1e522f90588a.tar.gz vyos-cloud-init-62f82651f2c29db5934f16afcb9f1e522f90588a.zip |
testing: support pycloudlib config file (#1189)
https://pycloudlib.readthedocs.io/en/latest/configuration.html#configuration
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 208bed23..d10c912c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,6 +73,7 @@ matrix: - sudo usermod -a -G lxd $USER - sudo sbuild-adduser $USER - cp /usr/share/doc/sbuild/examples/example.sbuildrc /home/$USER/.sbuildrc + - echo "[lxd]" > /home/$USER/.config/pycloudlib.toml script: # Ubuntu LTS: Build - ./packages/bddeb -S -d --release bionic |