Commit 04518bbd authored by Bùi Bá Trường's avatar Bùi Bá Trường

truongbb - test ci

parent 61bf5caf
Pipeline #394 failed with stage
in 10 seconds
......@@ -71,7 +71,10 @@ check_quality_gate:
# - export QUALITY_GATE=$(./build-test.sh quality-gate)
- export QUALITY_GATE=0
- 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