Merge branch 'build-rework' of gitlab.com:latexci/packages/LatexPackages into build-rework
This commit is contained in:
commit
7bf8b75b11
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue