Skip to content
Snippets Groups Projects
Commit 6b8bd2c8 authored by Norman Stetter's avatar Norman Stetter
Browse files

CI: Fix prepare_environment caching to much

parent 24ae1447
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ variables:
.repo_checkout: &repo_checkout
# setup build dir
- cd ${CI_PROJECT_DIR}
- ls -al
- ~/repo init -u ${MANIFEST_URL} -b ${CI_DEFAULT_BRANCH}
- ~/repo sync --detach --current-branch --no-tags --force-remove-dirty --optimized-fetch --force-sync
......@@ -57,6 +58,7 @@ prepare_environment:
- *repo_install
- *repo_checkout
- *checkout_commit
- ls -al
- *repo_tag
artifacts:
expire_in: 1d
......
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