Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -156,8 +156,10 @@ build-job: # This job runs in the build stage, which runs first. - top -b -n 1 -e m - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - ls ~/.m2/repository - ls $CI_PROJECT_DIR/.m2/repository - cd org.etsi.mts.tdl.parent - mvn clean install - mvn $MAVEN_CLI_OPTS clean install - echo "Compile complete." artifacts: expire_in: 7 days Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -156,8 +156,10 @@ build-job: # This job runs in the build stage, which runs first. - top -b -n 1 -e m - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env - cat build.env - ls ~/.m2/repository - ls $CI_PROJECT_DIR/.m2/repository - cd org.etsi.mts.tdl.parent - mvn clean install - mvn $MAVEN_CLI_OPTS clean install - echo "Compile complete." artifacts: expire_in: 7 days Loading