From 865714baca1999ee182eaa669de7858221c31319 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sat, 23 Mar 2019 18:01:35 -0400 Subject: [PATCH 1/3] Update .drone.yml --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index bdee8bc..c8e1f20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,7 @@ steps: repo: aptalca/zap2xml username: from_secret: docker_username + dry_run: true when: ref: include: @@ -98,6 +99,7 @@ steps: repo: aptalca/zap2xml username: from_secret: docker_username + dry_run: true when: ref: include: @@ -162,6 +164,7 @@ steps: repo: aptalca/zap2xml username: from_secret: docker_username + dry_run: true when: ref: include: From a5275873ee143eb396943ddef4fae1d8e911c34b Mon Sep 17 00:00:00 2001 From: aptalca Date: Sat, 23 Mar 2019 18:05:46 -0400 Subject: [PATCH 2/3] Update .drone.yml --- .drone.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.drone.yml b/.drone.yml index c8e1f20..9624367 100644 --- a/.drone.yml +++ b/.drone.yml @@ -222,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 From c409ef5dfe69abad654daa144f5ac15d4a7f1685 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sat, 23 Mar 2019 18:06:01 -0400 Subject: [PATCH 3/3] Delete manifest-pr.tmpl --- manifest-pr.tmpl | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 manifest-pr.tmpl diff --git a/manifest-pr.tmpl b/manifest-pr.tmpl deleted file mode 100644 index 557877b..0000000 --- a/manifest-pr.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -image: aptalca/zap2xml:pr -manifests: - - - image: aptalca/zap2xml:linux-amd64-pr - platform: - architecture: amd64 - os: linux - - - image: aptalca/zap2xml:linux-arm64-pr - platform: - architecture: arm64 - os: linux - variant: v8 - - - image: aptalca/zap2xml:linux-arm-pr - platform: - architecture: arm - os: linux - variant: v7