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: ...@@ -15,7 +15,8 @@ before_script:
stages: stages:
- checkout - checkout
- compile - compile
- build - sonnar_scanner
- build_up # for merge request
- send_email - send_email
checkout: checkout:
...@@ -43,8 +44,8 @@ compile: ...@@ -43,8 +44,8 @@ compile:
- chmod +x ./build-test.sh - chmod +x ./build-test.sh
- ./build-test.sh compile - ./build-test.sh compile
build: sonnar_scanner:
stage: build stage: sonnar_scanner
only: only:
- master - master
# - merge_requests # - merge_requests
...@@ -52,6 +53,15 @@ build: ...@@ -52,6 +53,15 @@ build:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- ls - ls
build_up:
stage: build_up
only:
# - master
- merge_requests
script:
- cd /root/GitlabRunner/repo/spring-ci-advanced
- ls
send_email: send_email:
stage: send_email stage: send_email
only: 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