Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ build-job: # This job runs in the build stage, which runs first. - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - cd org.etsi.mts.tdl.parent - mvn $MAVEN_CLI_OPTS clean install - mvn clean install - echo "Compile complete." artifacts: expire_in: 7 days Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ build-job: # This job runs in the build stage, which runs first. - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - cd org.etsi.mts.tdl.parent - mvn $MAVEN_CLI_OPTS clean install - mvn clean install - echo "Compile complete." artifacts: expire_in: 7 days Loading