Commit 77b0dc05 authored by Bùi Bá Trường's avatar Bùi Bá Trường

truongbb - test ci

parent 889350fa
Pipeline #390 failed with stages
in 1 minute and 12 seconds
......@@ -70,7 +70,7 @@ check_quality_gate:
- chmod +x ./build-test.sh
- export QUALITY_GATE=$(./build-test.sh quality-gate)
- echo $QUALITY_GATE
- if [[ $QUALITY_GATE = 0 ]] then exit 0 fi
- if [ $QUALITY_GATE = 0 ]; then exit 0 fi
build_up:
stage: build_up
......
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