Skip to content

Commit

Permalink
Use git refs for pushes
Browse files Browse the repository at this point in the history
Signed-off-by: mueller-ma <[email protected]>
  • Loading branch information
mueller-ma authored Jan 28, 2018
1 parent 6908ee4 commit 12ec57c
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 @@ -53,7 +53,7 @@ before_deploy:
- git config --local user.email "[email protected]"
- git add fastlane/*
- git commit -m "Update fastlane metadata"
- git push origin master
- git push origin :refs/heads/master
- openssl aes-256-cbc -K $encrypted_903a93ed2309_key -iv $encrypted_903a93ed2309_iv
-in keystore.enc -out keystore -d
- cp $TRAVIS_BUILD_DIR/keystore $HOME
Expand Down

0 comments on commit 12ec57c

Please sign in to comment.