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

truongbb - test ci

parent 0d1fa56e
Pipeline #404 failed with stages
in 23 seconds
...@@ -16,27 +16,27 @@ variables: ...@@ -16,27 +16,27 @@ variables:
QUALITY_GATE: "OK" QUALITY_GATE: "OK"
stages: stages:
# - checkout - checkout
# - compile # - compile
# - sonnar_scanner # - sonnar_scanner
- check_quality_gate - check_quality_gate
- build_up # for merge request - build_up # for merge request
- send_email - send_email
#checkout: checkout:
# stage: checkout stage: checkout
# only: only:
# - master - master
# script: script:
# - ls # test command - 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
#
#compile: #compile:
# stage: compile # stage: compile
# only: # only:
......
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