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

truongbb - test ci

parent 14c2e23c
Pipeline #340 failed with stages
in 22 seconds
......@@ -13,23 +13,39 @@ before_script:
- unset SSH_ASKPASS
stages:
- checkout
- build
- send_email
checkout:
stage: checkout
only:
- master
script:
- ls # test command
- cd /root/GitlabRunner/repo/
- ls
- rm -rf ./spring-ci-advanced
- git config --global user.name 'truongbb96'
- git config --global user.email 'truongbb@itsol.vn'
- git clone https://truongbb96:hoanghuynh0801@git.myitsol.com/truongbb96/spring-ci-advanced.git
- cd ./spring-ci-advanced
build:
stage: build
only:
- master
# - merge_requests
script:
# - ls # test command
# - cd /root/GitlabRunner/repo/
# - ls
# - rm -rf ./spring-ci
# - git config --global user.name 'truongbb96'
# - git config --global user.email 'truongbb@itsol.vn'
# - git clone https://truongbb96:hoanghuynh0801@git.myitsol.com/truongbb96/spring-ci.git
# - cd ./spring-ci
# - ls # test command
# - cd /root/GitlabRunner/repo/
# - ls
# - rm -rf ./spring-ci
# - git config --global user.name 'truongbb96'
# - git config --global user.email 'truongbb@itsol.vn'
# - git clone https://truongbb96:hoanghuynh0801@git.myitsol.com/truongbb96/spring-ci.git
# - cd ./spring-ci
- cd /root/GitlabRunner/repo/spring-ci-advanced
- ./build-test.sh help
- ./build-test.sh --help
......
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