Skip to content
Snippets Groups Projects
Commit b28e74d9 authored by Paul Gierz's avatar Paul Gierz
Browse files

ci: includes git lfs in ci configuration

parent 59ae5453
No related branches found
No related tags found
No related merge requests found
Pipeline #975 failed
......@@ -23,6 +23,9 @@ auto-bump:
- chmod 700 ~/.ssh
- echo "$SSH_PUBLIC_KEY" >> ~/.ssh/id_rsa.pub
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
- apt-get install git-lfs
- git lfs install
script:
- git remote set-url origin git@gitlab.awi.de:paleodyn/Projects/awiesm-2.2-dev/parallel-coupling.git # git configuration
- git config --global user.email "${CI_EMAIL}" && git config --global user.name "${CI_USERNAME}"
......
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