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

truongbb - test ci

parent 3e90866b
Pipeline #429 failed with stages
in 1 minute and 57 seconds
...@@ -83,7 +83,7 @@ sub_docker-up(){ ...@@ -83,7 +83,7 @@ sub_docker-up(){
} }
sub_docker-push(){ sub_docker-push(){
docker push spring-ci-advanced:latest docker push 192.168.1.204:8081/spring-ci-advanced/dev/spring-ci-advanced:latest
} }
sub_send-email(){ sub_send-email(){
......
...@@ -4,5 +4,8 @@ ...@@ -4,5 +4,8 @@
if [[ $QUALITY_GATE = 0 ]] if [[ $QUALITY_GATE = 0 ]]
then then
echo "QUALITY GATE FAILED. CHECK SONAR SCANNER RESULT!"
exit -1 exit -1
else
echo "QUALITY GATE PASSED. SONAR SCANNER'S SUCCESSFUL!"
fi fi
\ No newline at end of file
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