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:
- cd /root/GitlabRunner/repo/spring-ci-advanced
- ls
- chmod +x ./build-test.sh
- ./build-test.sh help
- ./build-test.sh --help
- ./build-test.sh -help
- ./build-test.sh demo
send_email:
stage: send_email
......
......@@ -18,6 +18,10 @@ sub_help(){
echo ""
}
sub_demo(){
echo "aaaaaaaaaaaaaaaaaaaa"
}
sub_checkout(){
echo "--------------CHECKING OUT GIT CODE--------------------"
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