Commit 68154e99 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

- removed maven options

parent 9f8d50ce
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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