parent
6c958cdc19
commit
681bb06797
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ pipeline:
|
|||
build:
|
||||
image: python:3-alpine
|
||||
commands:
|
||||
- apk add openssh
|
||||
- apk add openssh git
|
||||
- echo "$${SSH_SECRET_KEY}" > SSH_SECRET_KEY
|
||||
- chmod 600 SSH_SECRET_KEY
|
||||
|
||||
|
|
Loading…
Reference in a new issue