Once again, we need git
ci/woodpecker/push/woodpecker Pipeline failed Details

Jef Roosens 2022-04-17 17:31:07 +02:00
parent f23e273f3d
commit 31566d784c
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ pipeline:
- deploy_key
commands:
# Install ssh-agent if not present
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- apt-get update -y && apt-get install openssh-client git -y
# Run ssh-agent
- eval $(ssh-agent -s)
# Add ssh key