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