Merge branch 'build-rework' of gitlab.com:latexci/packages/LatexPackages into build-rework

This commit is contained in:
Maximilian Keßler 2021-10-24 07:34:21 +02:00
commit 7bf8b75b11

View file

@ -9,6 +9,7 @@ get-build-repo: # This job runs in the build stage, which runs first.
- apt-get update -y && apt-get install -yqqf openssh-client git unzip sshpass rsync --fix-missing
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client git -y )'
- eval $(ssh-agent -s)
- echo "$GITLAB_DEPLOY_KEY"
- echo "$GITLAB_DEPLOY_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh