Skip to content
Snippets Groups Projects
Verified Commit 7d6530f0 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

add git-lfs

parent 332982e7
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ save:commitIndex: ...@@ -37,6 +37,7 @@ save:commitIndex:
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/' - if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_MESSAGE !~ /tmpBranch/ && $CI_COMMIT_MESSAGE !~ /Update index/'
before_script: before_script:
- apk add git-lfs
- git fetch --all - git fetch --all
- url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"` - url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"`
- git remote set-url origin "https://$GIT_ACCESS_USER:$GIT_ACCESS_TOKEN@${url_host}" - git remote set-url origin "https://$GIT_ACCESS_USER:$GIT_ACCESS_TOKEN@${url_host}"
......
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