Maybe make -f flag work

Why can't -f just do what the manual says? Why do we even have a pre-existing build directory sometimes? We don't cache it, and artifacts are only supposed to be accessible within the same pipeline.
pull/593/head
AnyOldName3 4 years ago
parent 6bbcee8f1f
commit 65e7857606

@ -129,7 +129,7 @@ Debian_Clang_tests:
paths:
- ccache/
script:
- rm -fr build/* # remove anything in the build directory
- rm -fr build # remove the build directory
- export CCACHE_BASEDIR="$(pwd)"
- export CCACHE_DIR="$(pwd)/ccache"
- mkdir -pv "${CCACHE_DIR}"

Loading…
Cancel
Save