Skip to content
Snippets Groups Projects
Commit 39c81c19 authored by Kristina Mazur's avatar Kristina Mazur
Browse files

bug fix

parent 4b80a771
No related branches found
No related tags found
No related merge requests found
Pipeline #1559454 failed
......@@ -59,7 +59,7 @@ setup-integration-test:
- if [ -z "$CI_COMMIT_BEFORE_SHA" ] || ! git rev-parse "$CI_COMMIT_BEFORE_SHA" >/dev/null 2>&1; then echo "Previous commit SHA is not available. Using HEAD~1 for comparison." CI_COMMIT_BEFORE_SHA=$(git rev-parse HEAD~1) fi
# List all changed folders
CHANGED_FOLDERS=$(git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA | awk -F'/' '{print $1}' | sort | uniq)
- CHANGED_FOLDERS=$(git diff --name-only $CI_COMMIT_BEFORE_SHA $CI_COMMIT_SHA | awk -F'/' '{print $1}' | sort | uniq)
## Clean up git repositories. This will hopefully reduce the cache size significantly.
- cd ${CI_PROJECT_DIR}
......
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