Browse Source

Commented-out release

pull/24/head
Mykyta Solomko 4 years ago
parent
commit
c631ce1a81
  1. 40
      .woodpecker.yml

40
.woodpecker.yml

@ -103,26 +103,26 @@ pipeline:
- release-*
- refs/tags/v*
build-release:
image: plugins/docker:linux-amd64
experimental: true
squash: true
purge: true
no_cache: true
secrets:
- docker_username
- docker_password
repo: sevoid/linter
group: build
tags:
- latest
- plugin
- ${DRONE_TAG##v}
when:
event:
- push
branch:
- refs/tags/v*
# build-release:
# image: plugins/docker:linux-amd64
# experimental: true
# squash: true
# purge: true
# no_cache: true
# secrets:
# - docker_username
# - docker_password
# repo: sevoid/linter
# group: build
# tags:
# - latest
# - plugin
# - ${DRONE_TAG##v}
# when:
# event:
# - push
# branch:
# - refs/tags/v*
mirror-to-github:
image: appleboy/drone-git-push

Loading…
Cancel
Save