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

truongbb - test ci

parent 93adf755
Pipeline #348 canceled with stages
in 2 minutes and 4 seconds
......@@ -15,7 +15,8 @@ before_script:
stages:
- checkout
- compile
- build
- sonnar_scanner
- build_up # for merge request
- send_email
checkout:
......@@ -43,8 +44,8 @@ compile:
- chmod +x ./build-test.sh
- ./build-test.sh compile
build:
stage: build
sonnar_scanner:
stage: sonnar_scanner
only:
- master
# - merge_requests
......@@ -52,6 +53,15 @@ build:
- cd /root/GitlabRunner/repo/spring-ci-advanced
- ls
build_up:
stage: build_up
only:
# - master
- merge_requests
script:
- cd /root/GitlabRunner/repo/spring-ci-advanced
- ls
send_email:
stage: send_email
only:
......
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