Commit f9b068a0 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* keep caches

* TODO: introduce a variable for manual triggering without the need to commit and roll-back
parent 8de2be31
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/*
    - rm -rf ~/.m2/*
    # - echo "Cleaning caches"
    # - rm -rf $CI_PROJECT_DIR/.m2/*
    # - rm -rf ~/.m2/*
    # - ls $CI_PROJECT_DIR/.m2/repository
    - echo "Compiling the code..."
    - top -b -n 1 -e m