Skip to content

Commit

Permalink
Updated push-output script to echo all commands and exit immediately …
Browse files Browse the repository at this point in the history
…upon failure
  • Loading branch information
abbeycode committed May 18, 2018
1 parent 054d56c commit 74ad895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/push-output.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo
set -ev

# Only potentially push to CocoaPods when it's a tagged build
if [ -z "$TRAVIS_TAG" ]; then
Expand Down

0 comments on commit 74ad895

Please sign in to comment.