Skip to content

Commit

Permalink
Merge pull request #17 from aptalca/dryrun
Browse files Browse the repository at this point in the history
Dry run for PRs
  • Loading branch information
aptalca authored Mar 23, 2019
2 parents 7391713 + c409ef5 commit 01a9753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 49 deletions.
33 changes: 3 additions & 30 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ steps:
repo: aptalca/zap2xml
username:
from_secret: docker_username
dry_run: true
when:
ref:
include:
Expand Down Expand Up @@ -98,6 +99,7 @@ steps:
repo: aptalca/zap2xml
username:
from_secret: docker_username
dry_run: true
when:
ref:
include:
Expand Down Expand Up @@ -162,6 +164,7 @@ steps:
repo: aptalca/zap2xml
username:
from_secret: docker_username
dry_run: true
when:
ref:
include:
Expand Down Expand Up @@ -219,36 +222,6 @@ depends_on:
- linux-arm
- linux-arm64

---
kind: pipeline
name: manifest-pr

platform:
os: linux
arch: amd64

steps:
- name: server
image: plugins/manifest
settings:
ignore_missing: true
password:
from_secret: docker_password
spec: manifest-pr.tmpl
username:
from_secret: docker_username
when:
ref:
include:
- refs/heads/*
event:
- pull_request

depends_on:
- linux-amd64
- linux-arm
- linux-arm64

---
kind: pipeline
name: manifest-dev
Expand Down
19 changes: 0 additions & 19 deletions manifest-pr.tmpl

This file was deleted.

0 comments on commit 01a9753

Please sign in to comment.