Compare commits

...

1 Commits

Author SHA1 Message Date
b404c32f74
Update drone.yml syntax
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2019-11-12 07:37:10 +09:00

View File

@ -1,17 +1,23 @@
pipeline: kind: pipeline
build: name: default
image: gcc:4.9
commands: steps:
- make clean - name: build
- make image: gcc:4.9
- make install commands:
gitea_release: - make clean
image: plugins/gitea-release - make
base_url: https://git.wicak.co - make install
secrets: [ gitea_token ]
files: bin/* - name: gitea_release
checksum: image: plugins/gitea-release
- sha1 settings:
- sha256 api_key:
when: from_secret: gitea_token
event: tag base_url: https://git.wicak.co
files: bin/*
checksum:
- sha1
- sha256
when:
event: tag