File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2626 env : EMPTY
2727 before_install : skip
2828 install : skip
29- script : docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft:stable snapcraft
29+ script : >
30+ docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft:stable sh -c "apt-get
31+ update && snapcraft"
3032after_success :
3133- openssl aes-256-cbc -K $encrypted_8b01c2e263fa_key -iv $encrypted_8b01c2e263fa_iv
3234 -in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
@@ -36,6 +38,7 @@ deploy:
3638 ' on ' :
3739 branch : master
3840 provider : script
39- script : docker run -v $(pwd):$(pwd) -t snapcore/snapcraft:stable sh -c "apt update -qq
40- && cd $(pwd) && snapcraft && snapcraft push *.snap --release edge"
41+ script : >
42+ docker run -v $(pwd):$(pwd) -w $(pwd) snapcore/snapcraft:stable sh -c "apt-get
43+ update && snapcraft && snapcraft push *.snap --release edge"
4144 skip_cleanup : true
You can’t perform that action at this time.
0 commit comments