Commit 9c16b8a6 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* try again..

parent c214f4a0
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -152,9 +152,9 @@ build-job: # This job runs in the build stage, which runs first.
    # - apt-cache gencaches
    # - apt install -y zip unzip
    # - zip --help
    - echo "Cleaning caches"
    - rm -rf $CI_PROJECT_DIR/.m2/*
    - ls $CI_PROJECT_DIR/.m2/repository
    # - echo "Cleaning caches"
    # - rm -rf $CI_PROJECT_DIR/.m2/*
    # - ls $CI_PROJECT_DIR/.m2/repository
    - echo "Compiling the code..."
    - top -b -n 1 -e m
    - echo "BUILD_JOB_ID=$CI_JOB_ID" >> build.env