Commit 46ef327a authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* clean up CI cache?

parent 37dd9b04
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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: