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

truongbb - test MR

parent 779634a1
Pipeline #415 passed with stages
in 2 minutes and 9 seconds
...@@ -27,6 +27,7 @@ checkout: ...@@ -27,6 +27,7 @@ checkout:
stage: checkout stage: checkout
only: only:
- master - master
- merge_request
script: script:
- ls # test command - ls # test command
- cd /root/GitlabRunner/repo/ - cd /root/GitlabRunner/repo/
...@@ -41,7 +42,7 @@ compile: ...@@ -41,7 +42,7 @@ compile:
stage: compile stage: compile
only: only:
- master - master
# - merge_request - merge_request
script: script:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- ls - ls
...@@ -52,7 +53,7 @@ sonnar_scanner: ...@@ -52,7 +53,7 @@ sonnar_scanner:
stage: sonnar_scanner stage: sonnar_scanner
only: only:
- master - master
# - merge_requests - merge_requests
script: script:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- ls - ls
...@@ -63,7 +64,7 @@ check_quality_gate: ...@@ -63,7 +64,7 @@ check_quality_gate:
stage: check_quality_gate stage: check_quality_gate
only: only:
- master - master
# - merge_requests - merge_requests
script: script:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- ls - ls
...@@ -77,8 +78,8 @@ check_quality_gate: ...@@ -77,8 +78,8 @@ check_quality_gate:
dokcer_build: dokcer_build:
stage: dokcer_build stage: dokcer_build
only: only:
- master # - master
# - merge_requests - merge_requests
script: script:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- ls - ls
...@@ -90,7 +91,7 @@ send_email: ...@@ -90,7 +91,7 @@ send_email:
stage: send_email stage: send_email
only: only:
- master - master
# - merge_requests - merge_requests
script: script:
- curl --request POST - curl --request POST
--url https://api.sendgrid.com/v3/mail/send --url https://api.sendgrid.com/v3/mail/send
......
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