allow shell substitution

This commit is contained in:
Martin Diehl 2020-09-18 12:33:54 +02:00
parent 4d4283a032
commit f34525fd3a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ checkout:
- echo $CI_PIPELINE_ID >> $TESTROOT/GitLabCI.queue
- while [ $(awk "/$CI_PIPELINE_ID/{print NR}" $TESTROOT/GitLabCI.queue) != 1 ];
do sleep 5m;
echo 'next pipeline $(head -n 1 $TESTROOT/GitLabCI.queue)';
echo "next pipeline $(head -n 1 $TESTROOT/GitLabCI.queue)";
done
script:
- mkdir -p $DAMASKROOT