Commit 08cb9e16 authored by Bùi Bá Trường's avatar Bùi Bá Trường

truongbb - test ci

parent cbb27b5e
Pipeline #396 failed with stage
in 11 seconds
...@@ -68,10 +68,10 @@ check_quality_gate: ...@@ -68,10 +68,10 @@ check_quality_gate:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- ls - ls
- chmod +x ./build-test.sh - chmod +x ./build-test.sh
# - export QUALITY_GATE=$(./build-test.sh quality-gate) # - export QUALITY_GATE=$(./build-test.sh quality-gate)
- export QUALITY_GATE=0 - export QUALITY_GATE=0
- echo $QUALITY_GATE - echo $QUALITY_GATE
- if [ "$QUALITY_GATE" = 0 ]; then exit 0 fi - if [ "$QUALITY_GATE" == 0 ]; then exit 0 fi
#build_up: #build_up:
# stage: 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