fix drone (#21)

* fix drone

* remove docker on drone
This commit is contained in:
Lunny Xiao
2019-04-26 11:41:21 +08:00
committed by Lauris BH
parent d4f107b710
commit 6aa4629f05
2 changed files with 9 additions and 42 deletions

View File

@@ -81,37 +81,6 @@ pipeline:
when:
event: [ push, tag ]
docker-dryrun:
image: plugins/docker:17.12
pull: true
repo: gitea/tea
cache_from: gitea/tea
dry_run: true
when:
event: [ pull_request ]
release-docker:
image: plugins/docker:17.12
pull: true
secrets: [ docker_username, docker_password ]
repo: gitea/tea
tags: [ '${DRONE_BRANCH##release/v}' ]
cache_from: gitea/tea
when:
event: [ push ]
branch: [ release/* ]
docker:
image: plugins/docker:17.12
secrets: [ docker_username, docker_password ]
pull: true
repo: gitea/tea
cache_from: gitea/tea
default_tags: true
when:
event: [ push, tag ]
gpg-sign:
image: plugins/gpgsign:1
pull: true