Dev
Compare changes
+ 2
− 2
@@ -6,7 +6,7 @@ variables:
@@ -6,7 +6,7 @@ variables:
@@ -81,7 +81,7 @@ stop_testing:
@@ -81,7 +81,7 @@ stop_testing:
- for j in *.nomad; do echo -e "\n${j}:"; JOB=`grep task <(envsubst < $j) | sed 's/.*"\([^"]*\)".*/\1/'`; nomad job stop -purge ${JOB}; done