Loading .gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -156,11 +156,9 @@ 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 - rm -rf $CI_PROJECT_DIR/.m2/* - cd org.etsi.mts.tdl.parent - mvn $MAVEN_CLI_OPTS clean install - ls ~/.m2/repository - ls $CI_PROJECT_DIR/.m2/repository - echo "Compile complete." artifacts: Loading Loading
.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -156,11 +156,9 @@ 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 - rm -rf $CI_PROJECT_DIR/.m2/* - cd org.etsi.mts.tdl.parent - mvn $MAVEN_CLI_OPTS clean install - ls ~/.m2/repository - ls $CI_PROJECT_DIR/.m2/repository - echo "Compile complete." artifacts: Loading