Skip to content

Commit

Permalink
Merge pull request #3 from jianghang8421/drone
Browse files Browse the repository at this point in the history
Add drone instance condition to limit publish
  • Loading branch information
ibuildthecloud authored Mar 1, 2019
2 parents 88cdec4 + 27b0e91 commit 158d0b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ steps:
files:
- bin/portmap-amd64
when:
instance:
- drone-publish.rancher.io
event: tag
---
kind: pipeline
Expand All @@ -48,4 +50,6 @@ steps:
files:
- bin/portmap-arm64
when:
instance:
- drone-publish.rancher.io
event: tag

0 comments on commit 158d0b4

Please sign in to comment.