Skip to content

Commit

Permalink
Test pushing from this branch to snapcraft
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
  • Loading branch information
hsanjuan committed Sep 26, 2018
1 parent 443714d commit 6f83ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- make test_sharness && make clean_sharness
- stage: "Snapcraft deployment"
name: "Deploy Snapcraft"
if: branch = master
if: branch = fix/520-snapcraft-stages
script:
- openssl aes-256-cbc -K $encrypted_5a1cb914c6c9_key -iv $encrypted_5a1cb914c6c9_iv -in .snapcraft/travis_snapcraft.cfg -out .snapcraft/snapcraft.cfg -d
- docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq && cd $(pwd) && snapcraft && snapcraft push *.snap --release edge"
Expand Down

0 comments on commit 6f83ae7

Please sign in to comment.