Commit 4a973bcf authored by heywon.choi's avatar heywon.choi

test

parent aa8ea101
Pipeline #19254 canceled with stages
in 1 minute
......@@ -28,7 +28,7 @@ check_pipeline_status:
stage: check
script:
- |
if [ "$STATUS" = "null" ]; then
if [ $STATUS == null ]; then
echo "Current status: $STATUS"
exit 1
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