diff --git a/.drone.yml b/.drone.yml index bdee8bc..9624367 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: @@ -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 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