Skip to content

Commit 8177573

Browse files
committed
ci: remove docker-linux-amd64-dry-run
1 parent 7823709 commit 8177573

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.drone.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -592,39 +592,6 @@ steps:
592592
event:
593593
- push
594594

595-
---
596-
kind: pipeline
597-
name: docker-linux-amd64-dry-run
598-
599-
platform:
600-
os: linux
601-
arch: amd64
602-
603-
workspace:
604-
base: /go
605-
path: src/code.gitea.io/gitea
606-
607-
depends_on:
608-
- compliance
609-
610-
trigger:
611-
ref:
612-
- "refs/pull/**"
613-
614-
steps:
615-
- name: dryrun
616-
pull: always
617-
image: plugins/docker:linux-amd64
618-
settings:
619-
dry_run: true
620-
repo: gitea/gitea
621-
tags: linux-amd64
622-
build_args:
623-
- GOPROXY=off
624-
when:
625-
event:
626-
- pull_request
627-
628595
---
629596
kind: pipeline
630597
name: docker-linux-amd64-release

0 commit comments

Comments
 (0)