X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=maint%2Ftravis-ci_scripts%2F50_after_success.bash;h=102291d5cb2461bac36efa9e18c6f7c85289e9b4;hb=83c94794023c57cb524e10892c230a335307f4aa;hp=e25d7028bc775091fa609617771b39bfffda8c8a;hpb=b58ecb01825f4afa0a13f76b799cd4608bb96ee2;p=dbsrgits%2FDBIx-Class.git diff --git a/maint/travis-ci_scripts/50_after_success.bash b/maint/travis-ci_scripts/50_after_success.bash index e25d702..102291d 100755 --- a/maint/travis-ci_scripts/50_after_success.bash +++ b/maint/travis-ci_scripts/50_after_success.bash @@ -1,6 +1,11 @@ #!/bin/bash +# !!! Nothing here will be executed !!! +# The line calling this script is commented out in .travis.yml + +# this file is executed in a subshell - set up the common stuff source maint/travis-ci_scripts/common.bash -if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then return ; fi -[[ "$CLEANTEST" = "true" ]] || run_or_err "Attempt to build a dist with all prereqs present" "make dist" +if [[ -n "$SHORT_CIRCUIT_SMOKE" ]] ; then exit 0 ; fi + +echo_err "Nothing to do"