build: remove unnecessary curl

This commit is contained in:
Ming Di Leom 2021-05-22 03:08:26 +00:00
parent 36bdef3bd1
commit 590c8694a3
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ deploy_job:
stage: deploy_stage
before_script:
- 'which ssh-agent || (apk update && apk add curl git openssh-client)'
- 'which ssh-agent || (apk update && apk add git openssh-client)'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh