Trying to stop travis at first FAIL 1.0

pull/103/head
kaguillera 2020-10-08 17:02:35 -04:00
parent 3fb5a9e5cd
commit e8b9378a89
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ then
display_usage
elif [ $1 == 'all' ]
then
run_periodic_pipeline
run_periodic_pipeline || travis_terminate 1;
run_frequency_pipeline
elif [ $1 == 'periodic' ]
then
@ -123,7 +123,7 @@ then
run_frequency_pipeline
if [ $2 == 'test' ]
then
run_periodic_test
run_periodic_test || travis_terminate 1;
run_frequency_test
else
display_usage