i know bash...show me...
This commit is contained in:
parent
47063bafc3
commit
93caf1f6cd
|
@ -4,5 +4,6 @@ unset GIT_DIR
|
||||||
script/gemfile remote
|
script/gemfile remote
|
||||||
|
|
||||||
bundle exec rake
|
bundle exec rake
|
||||||
if [ $? -ne 0 ]; then exit $?; fi
|
R=$?
|
||||||
|
if [ $R -ne 0 ]; then exit $R; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue