Skip to content

Commit

Permalink
fix missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Jan 22, 2020
1 parent 555258c commit a4a31b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,10 @@ jobs:
channel: stable
env:
- SNAPCRAFT_IMAGE_INFO: '{"build_url": "$TRAVIS_BUILD_URL"}'
before_install:
install:
- sudo /snap/bin/lxd.migrate -yes
- sudo /snap/bin/lxd waitready
- sudo /snap/bin/lxd init --auto
install:
script:
- ./scripts/build_snap.sh
after_failure:
Expand Down Expand Up @@ -143,7 +142,6 @@ deploy:
snap: dvc_*.snap
channel: $RELEASE_SNAP_CHANNEL
skip_cleanup: true
edge: true
on:
all_branches: true
# TODO: revert for below
Expand Down

0 comments on commit a4a31b3

Please sign in to comment.