Skip to content
Snippets Groups Projects
Commit 1a25d623 authored by Domenico Giordano's avatar Domenico Giordano
Browse files

fixed script for test parser

parent cabc7216
No related branches found
No related tags found
3 merge requests!255Author list,!244Apply new json schema and descriptions,!243including parsing tests, changing json format
......@@ -230,7 +230,7 @@ job_test-parsers:
stage: test-parsers
script:
- aline=`printf '=%.0s' {1..100}`;
- for aparser in `find . -name "test_parser.sh"`; do echo -e "$aline\nRunning $aparser\n$aline"; jobdir=$(dirname $(readlink -f $aparser))/jobs; $aparser || (tar -cvzf $jobdir archive.tgz; exit 1); done
- for aparser in `find . -name "test_parser.sh"`; do echo -e "$aline\nRunning $aparser\n$aline"; jobdir=$(dirname $(readlink -f $aparser))/jobs; $aparser || (tar -cvzf archive.tgz $jobdir; exit 1); done
# after_script:
# - tar -cvzf archive.tgz .
artifacts:
......
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