We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7823709 commit 8177573Copy full SHA for 8177573
.drone.yml
@@ -592,39 +592,6 @@ steps:
592
event:
593
- push
594
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
628
---
629
kind: pipeline
630
name: docker-linux-amd64-release
0 commit comments