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:
stages:
- checkout
- compile
- sonnar_scanner
- compile
- sonnar_scanner
- check_quality_gate
- build_up # for merge request
- send_email
......@@ -41,7 +41,7 @@ compile:
stage: compile
only:
- master
# - merge_requestsssss
# - merge_request
script:
- cd /root/GitlabRunner/repo/spring-ci-advanced
- ls
......@@ -54,10 +54,10 @@ sonnar_scanner:
- master
# - merge_requests
script:
- cd /root/GitlabRunner/repo/spring-ci-advanced
- ls
- chmod +x ./build-test.sh
- ./build-test.sh sonar-scan
- cd /root/GitlabRunner/repo/spring-ci-advanced
- ls
- chmod +x ./build-test.sh
- ./build-test.sh sonar-scan
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