From 0715f65b11c37869359aaaa5d22901da512e8184 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Mon, 13 Jan 2020 01:26:31 +0100 Subject: [PATCH] ci: remove docker-linux-amd64-dry-run --- .drone.yml | 66 +++++++++++++++++++++++++++--------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/.drone.yml b/.drone.yml index 04c75891a2..b4a7b65c22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -592,6 +592,39 @@ steps: event: - push +--- +kind: pipeline +name: docker-linux-dry-run + +platform: + os: linux + arch: arm64 + +workspace: + base: /go + path: src/code.gitea.io/gitea + +depends_on: + - compliance + +trigger: + ref: + - "refs/pull/**" + +steps: + - name: dryrun + pull: always + image: plugins/docker:linux-arm64 + settings: + dry_run: true + repo: gitea/gitea + tags: linux-arm64 + build_args: + - GOPROXY=off + when: + event: + - pull_request + --- kind: pipeline name: docker-linux-amd64-release @@ -637,39 +670,6 @@ steps: exclude: - pull_request ---- -kind: pipeline -name: docker-linux-arm64-dry-run - -platform: - os: linux - arch: arm64 - -workspace: - base: /go - path: src/code.gitea.io/gitea - -depends_on: - - compliance - -trigger: - ref: - - "refs/pull/**" - -steps: - - name: dryrun - pull: always - image: plugins/docker:linux-arm64 - settings: - dry_run: true - repo: gitea/gitea - tags: linux-arm64 - build_args: - - GOPROXY=off - when: - event: - - pull_request - --- kind: pipeline name: docker-linux-arm64-release