Move back the docker call to travis

This commit is contained in:
Leo Arias 2017-11-16 14:36:28 +00:00
parent 980c812d20
commit 22c1d2401f
2 changed files with 2 additions and 8 deletions

View File

@ -26,5 +26,6 @@ deploy:
'on':
branch: master
provider: script
script: ./snap/snap-in-docker.sh
script: docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq
&& cd $(pwd) && ./snap/snap-multiarch.sh"
skip_cleanup: true

View File

@ -1,7 +0,0 @@
#!/bin/bash
#
# Build the ipfs-cluster snaps and push them to the store using a docker container.
set -ev
docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq && cd $(pwd) && ./snap/snap-multiarch.sh"