Skip to content

Commit

Permalink
Added tagging in before_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenko Tabakov committed Feb 21, 2019
1 parent 17ba591 commit 882f5d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ before_deploy:
- openssl aes-256-cbc -K $encrypted_9dd2761de049_key -iv $encrypted_9dd2761de049_iv
-in travis.gpg.pem.enc -out travis.gpg.pem -d
- gpg --import travis.gpg.pem
- ./cd/version.sh
- ./cd/tag.sh

deploy:
skip_cleanup: true
Expand Down

0 comments on commit 882f5d6

Please sign in to comment.