Skip to content
Snippets Groups Projects
Commit ec8a2ea1 authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Improve logging

parent 8900e521
No related branches found
No related tags found
1 merge request!3Dev
......@@ -81,7 +81,7 @@ stop_testing:
script:
- *nomad_deps
- export JOB_PREFIX="${DEV_JOB_PREFIX}"
- for j in *.nomad; do echo -e "\n${j}:"; JOB=`grep task <(envsubst < $j) | sed 's/.*"\([^"]*\)".*/\1/'`; nomad job stop -purge ${JOB}; done
- for j in *.nomad; do JOB=`grep task <(envsubst < $j) | sed 's/.*"\([^"]*\)".*/\1/'`; echo -e "\nPurging job ${JOB}:"; nomad job stop -purge ${JOB}; done
only:
- tags
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment