Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment