Skip to content

Commit

Permalink
ci: Reconfigure encrypted snapcraft login
Browse files Browse the repository at this point in the history
  • Loading branch information
johanstokking committed Apr 5, 2019
1 parent 3d56037 commit ba5cffc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@ before_install:
fi
- |
if [[ "$RUNTYPE" == "release" ]]; then
openssl aes-256-cbc -K $encrypted_82ec1379e985_key \
-iv $encrypted_82ec1379e985_iv \
-in snapcraft.login.enc \
-out snapcraft.login \
-d
openssl aes-256-cbc -K $encrypted_82ec1379e985_key -iv $encrypted_82ec1379e985_iv -in snapcraft.login.enc -out snapcraft.login -d
fi
install:
- |
Expand Down
Binary file modified snapcraft.login.enc
Binary file not shown.

0 comments on commit ba5cffc

Please sign in to comment.