Disable broken docker build for now

This commit is contained in:
Thomas Boerger 2016-11-25 09:49:12 +01:00
parent 755ed84740
commit 3ae7955d15
No known key found for this signature in database
GPG Key ID: 5A388F55283960B6
2 changed files with 15 additions and 15 deletions

@ -50,21 +50,21 @@ pipeline:
event: [ push, tag ]
branch: [ master, refs/tags/* ]
docker:
image: plugins/docker
repo: gitea/gitea
tags: [ '${TAG}' ]
when:
event: [ tag ]
branch: [ refs/tags/* ]
# docker:
# image: plugins/docker
# repo: gitea/gitea
# tags: [ '${TAG}' ]
# when:
# event: [ tag ]
# branch: [ refs/tags/* ]
docker:
image: plugins/docker
repo: gitea/gitea
tags: [ 'latest' ]
when:
event: [ push ]
branch: [ master ]
# docker:
# image: plugins/docker
# repo: gitea/gitea
# tags: [ 'latest' ]
# when:
# event: [ push ]
# branch: [ master ]
release:
image: plugins/s3

File diff suppressed because one or more lines are too long