Aggiornare '.drone.yml'

This commit is contained in:
Paolo Asperti 2018-08-19 16:07:24 +00:00
parent 35e9af3dbc
commit 492fdddb13

View File

@ -14,8 +14,11 @@ pipeline:
image: arm32v6/abuild:latest
environment:
- REPODEST=/home/builder/package
- RSA_PRIVATE_KEY="$$abuild_ssh_key"
- RSA_PRIVATE_KEY_NAME="$$abuild_ssh_key_name"
# - RSA_PRIVATE_KEY="$$abuild_ssh_key"
# - RSA_PRIVATE_KEY_NAME="$$abuild_ssh_key_name"
secrets:
- abuild_ssh_key
- abuild_ssh_key_name
- source: abuild_ssh_key
target: RSA_PRIVATE_KEY
- source: abuild_ssh_key_name
target: RSA_PRIVATE_KEY_NAME