Commit 26cdf3fb authored by heywon.choi's avatar heywon.choi

test

parent 4a973bcf
Pipeline #19256 canceled with stages
in 27 seconds
...@@ -28,7 +28,7 @@ check_pipeline_status: ...@@ -28,7 +28,7 @@ check_pipeline_status:
stage: check stage: check
script: script:
- | - |
if [ $STATUS == null ]; then if [ "$STATUS" -eq null ]; then
echo "Current status: $STATUS" echo "Current status: $STATUS"
exit 1 exit 1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment