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

truongbb - demo push

parent fbef595c
Pipeline #500 passed with stages
in 1 minute and 20 seconds
......@@ -20,9 +20,9 @@ stages:
- compile
- sonnar_scanner
- check_quality_gate
- docker_build
- docker_up
- docker_push
- docker_build # merge request only
- docker_up # merge request only
- docker_push # merge request only
checkout_code:
stage: checkout_code
......@@ -50,7 +50,7 @@ sonnar_scanner:
- master
- merge_requests
script:
- cd "$REPO_PATH"
- cd "$REPO_PATH/$SERVICE_NAME"
- chmod +x ./build-test.sh
- ./build-test.sh sonar-scan
......
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