~ ci: dont try to move parent directory

This commit is contained in:
Johannes Theiner 2019-12-04 08:16:16 +00:00
parent 261cfbeaf6
commit 088eaa22ba
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ clang_tidy:
- docker-ci
script:
- mkdir current
- ls -a | grep -v current | xargs mv -t current
- ls -d .[!.]* | grep -v current | xargs mv -t current
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.repo.digitech.hs-emden-leer.de/link/projekte/ws19/vkvm-new/library.git
- mkdir library/build
- cd library/build