openpdu/.drone.yml

35 lines
651 B
YAML
Raw Permalink Normal View History

2018-08-20 09:23:26 +00:00
platform: linux/arm
workspace:
base: /home/builder/package
path: /
2018-09-15 12:48:15 +00:00
2018-08-20 09:23:26 +00:00
clone:
default:
image: plugins/git:linux-arm
depth: 50
pipeline:
build:
2018-09-15 12:48:15 +00:00
image: openpdu/builder:3.7
2018-08-20 09:23:26 +00:00
environment:
- REPODEST=/home/builder/package
secrets:
- source: abuild_ssh_key
target: RSA_PRIVATE_KEY
- source: abuild_ssh_key_name
target: RSA_PRIVATE_KEY_NAME
gitea_release:
image: plugins/gitea-release:linux-arm
files: builder/armhf/*.apk
checksum:
- md5
- sha1
- sha256
- sha512
secrets: [ gitea_token ]
base_url: https://git.asperti.com
when:
2018-09-15 12:48:15 +00:00
event: tag