Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,7 @@ stages: deploy: stage: deploy image: maven:3.9.5-ibm-semeru-17-focal before_script: - echo $CI_API_V4_URL script: - 'mvn deploy -s ci_settings.xml' Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -4,5 +4,7 @@ stages: deploy: stage: deploy image: maven:3.9.5-ibm-semeru-17-focal before_script: - echo $CI_API_V4_URL script: - 'mvn deploy -s ci_settings.xml'