Commit eeb13b50 authored by heywon.choi's avatar heywon.choi

t

parent 26cdf3fb
Pipeline #19258 failed with stages
in 11 seconds
......@@ -28,7 +28,7 @@ check_pipeline_status:
stage: check
script:
- |
if [ "$STATUS" -eq null ]; then
if [ -z "$STATUS" ]; 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