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

truongbb - test ci

parent c3bfeda8
Pipeline #406 canceled with stages
in 1 minute and 16 seconds
...@@ -17,8 +17,8 @@ variables: ...@@ -17,8 +17,8 @@ variables:
stages: stages:
- checkout - checkout
- compile - compile
- sonnar_scanner - sonnar_scanner
- check_quality_gate - check_quality_gate
- build_up # for merge request - build_up # for merge request
- send_email - send_email
...@@ -41,7 +41,7 @@ compile: ...@@ -41,7 +41,7 @@ compile:
stage: compile stage: compile
only: only:
- master - master
# - merge_requestsssss # - merge_request
script: script:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- ls - ls
...@@ -54,10 +54,10 @@ sonnar_scanner: ...@@ -54,10 +54,10 @@ sonnar_scanner:
- master - master
# - merge_requests # - merge_requests
script: script:
- 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
- ./build-test.sh sonar-scan - ./build-test.sh sonar-scan
check_quality_gate: check_quality_gate:
stage: check_quality_gate stage: check_quality_gate
......
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