Skip to content
Snippets Groups Projects
Commit cd5e0bb8 authored by René Schöne's avatar René Schöne
Browse files

Manually remove directory contents.

- Maybe there is something cached?
parent 1418c56e
Branches
No related tags found
No related merge requests found
Pipeline #6510 failed
......@@ -9,9 +9,12 @@ test:
stage: build
before_script:
- git submodule init
- git submodule update --remote
- cat .gitmodules
- cat .git/config
- ls -lah *
- rm -rf relast.preprocessor/*
- ls -lah *
- git submodule update --remote
- ls -lah *
script:
- ./gradlew --no-daemon build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment