Commit 9107365d authored by Bùi Bá Trường's avatar Bùi Bá Trường

truongbb - test ci

parent fa4adef4
Pipeline #345 passed with stages
in 35 seconds
...@@ -48,9 +48,7 @@ build: ...@@ -48,9 +48,7 @@ build:
- cd /root/GitlabRunner/repo/spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- ls - ls
- chmod +x ./build-test.sh - chmod +x ./build-test.sh
- ./build-test.sh help - ./build-test.sh demo
- ./build-test.sh --help
- ./build-test.sh -help
send_email: send_email:
stage: send_email stage: send_email
......
...@@ -18,6 +18,10 @@ sub_help(){ ...@@ -18,6 +18,10 @@ sub_help(){
echo "" echo ""
} }
sub_demo(){
echo "aaaaaaaaaaaaaaaaaaaa"
}
sub_checkout(){ sub_checkout(){
echo "--------------CHECKING OUT GIT CODE--------------------" echo "--------------CHECKING OUT GIT CODE--------------------"
ls # test command ls # test command
......
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