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

truongbb - test ci

parent afb27272
Pipeline #468 passed with stages
in 2 minutes and 25 seconds
...@@ -26,14 +26,16 @@ checkout: ...@@ -26,14 +26,16 @@ checkout:
- master - master
- merge_request - merge_request
script: script:
- ls # test command # - cd /root/GitlabRunner/repo/
- cd /root/GitlabRunner/repo/ # - ls
- ls # - rm -rf ./spring-ci-advanced
- rm -rf ./spring-ci-advanced # - 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-advanced.git
- git clone https://truongbb96:hoanghuynh0801@git.myitsol.com/truongbb96/spring-ci-advanced.git # - cd ./spring-ci-advanced
- cd ./spring-ci-advanced - cd /root/GitlabRunner/repo/spring-ci-advanced
- git checkout
- git pull
compile: compile:
stage: compile stage: compile
......
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