Created
October 23, 2013 22:02
-
-
Save andrewtheis/7127566 to your computer and use it in GitHub Desktop.
Revisions
-
andrewtheis created this gist
Oct 23, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ if [[ ${CONFIGURATION} == "Ad Hoc" && -f /var/xcode_ci_scripts/bump_and_tag.sh ]]; then /var/xcode_ci_scripts/bump_and_tag.sh else echo "Skipping version bump" fi