report next pipeline

This commit is contained in:
Martin Diehl 2020-09-18 12:03:21 +02:00
parent 4a913c83e5
commit 4d4283a032
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +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)';
done
script:
- mkdir -p $DAMASKROOT