Aggiornare '.drone.yml'
This commit is contained in:
parent
0968aa201d
commit
df84665063
@ -13,7 +13,7 @@ pipeline:
|
||||
build:
|
||||
image: arm32v6/abuild:latest
|
||||
environment:
|
||||
- REPODEST=/home/builder/package/output
|
||||
- REPODEST=/home/builder/package
|
||||
# - RSA_PRIVATE_KEY="$$abuild_ssh_key"
|
||||
# - RSA_PRIVATE_KEY_NAME="$$abuild_ssh_key_name"
|
||||
secrets:
|
||||
@ -25,11 +25,11 @@ pipeline:
|
||||
list:
|
||||
image: arm32v6/alpine:3.7
|
||||
commands:
|
||||
- find /home/builder/package/output
|
||||
- find /home/builder/package
|
||||
|
||||
gitea_release:
|
||||
image: plugins/gitea-release:linux-arm
|
||||
files: output/*.apk
|
||||
files: ./*.apk
|
||||
checksum:
|
||||
- md5
|
||||
- sha1
|
||||
|
Loading…
Reference in New Issue
Block a user