Skip to content

Commit

Permalink
TEMP : snapshot push
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovarik committed Feb 3, 2019
1 parent 2f9944e commit a1a69c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utility/publish-artifacts.sh
Expand Up @@ -4,7 +4,7 @@
# - script is activated only if repo belongs to 'openhub-framework'
# - it is only for classic merge build to master or develop branch

if [ "$TRAVIS_REPO_SLUG" == "OpenWiseSolutions/openhub-framework" ] && [ $TRAVIS_PULL_REQUEST == "false" ] && [[ ("$TRAVIS_BRANCH" == "master") || ( "$TRAVIS_BRANCH" == "develop" ) ]]; then
if [ "$TRAVIS_REPO_SLUG" == "OpenWiseSolutions/openhub-framework" ] && [ $TRAVIS_PULL_REQUEST == "false" ] && [[ ("$TRAVIS_BRANCH" == "master") || ( "$TRAVIS_BRANCH" == "develop" ) || ( "$TRAVIS_BRANCH" == "feature/messageService-transaction" ) ]]; then

# decrypt GPG keys in memory
openssl aes-256-cbc -pass pass:$GPG_PASSPHRASE -in .utility/pubring.gpg.enc -out .utility/pubring.gpg -d
Expand Down

0 comments on commit a1a69c2

Please sign in to comment.