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

truongbb - test ci

parent 5b4d3e7a
Pipeline #470 failed with stages
in 11 seconds
......@@ -68,8 +68,8 @@ check_quality_gate:
- echo "Sonar statistic result at --> http://192.168.1.210:9000/dashboard?id=spring-ci-advanced"
- sh ./stop_job.sh # force pipeline exit and fail job if QUALITY GATE is FAIL
dokcer_build:
stage: dokcer_build
docker_build:
stage: docker_build
only:
- master
# - merge_request
......@@ -78,11 +78,9 @@ dokcer_build:
- ls
- chmod +x ./build-test.sh
- ./build-test.sh docker-build
- ./build-test.sh docker-up
- ./build-test.sh docker-push
dokcer_up:
stage: dokcer_up
docker_up:
stage: docker_up
only:
- master
# - merge_request
......@@ -91,10 +89,9 @@ dokcer_up:
- ls
- chmod +x ./build-test.sh
- ./build-test.sh docker-up
- ./build-test.sh docker-push
dokcer_push:
stage: dokcer_push
docker_push:
stage: docker_push
only:
- master
# - merge_request
......
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