report all pipelines in front of me
This commit is contained in:
parent
beb8f07a91
commit
25ad077640
|
@ -25,7 +25,7 @@ before_script:
|
|||
fi
|
||||
- while [ $(awk "/$CI_PIPELINE_ID/{print NR}" $TESTROOT/GitLabCI.queue) != 1 ];
|
||||
do sleep 5m;
|
||||
echo "next pipeline in queue has ID $(head -n 1 $TESTROOT/GitLabCI.queue)";
|
||||
echo -e "Currently queued pipelines:\n$(cat $TESTROOT/GitLabCI.queue)\n";
|
||||
done
|
||||
- source $DAMASKROOT/env/DAMASK.sh
|
||||
- cd $DAMASKROOT/PRIVATE/testing
|
||||
|
@ -88,7 +88,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 in queue has ID $(head -n 1 $TESTROOT/GitLabCI.queue)";
|
||||
echo -e "Currently queued pipelines:\n$(cat $TESTROOT/GitLabCI.queue)\n";
|
||||
done
|
||||
script:
|
||||
- mkdir -p $DAMASKROOT
|
||||
|
|
Loading…
Reference in New Issue