aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-05-01 16:39:36 -0400
committerGitHub <noreply@github.com>2023-05-01 16:39:36 -0400
commite8887de090d7205a5d7d37175ce29d782a7d71f0 (patch)
tree39dddcaa2fcd81a96e986ee340128b71aedc74a9 /.drone.yml
parent2b241ac9148b17da3a5784408b8306d39848e765 (diff)
downloadgitea-e8887de090d7205a5d7d37175ce29d782a7d71f0.tar.gz
gitea-e8887de090d7205a5d7d37175ce29d782a7d71f0.zip
replace PR docker dry run in drone with Actions (#24475)
As before with past PRs to switch Drone pipelines to use (GitHub) Actions. --------- Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/.drone.yml b/.drone.yml
index eb0298aebd..459536621b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1309,43 +1309,6 @@ steps:
---
kind: pipeline
type: docker
-name: docker-linux-arm64-dry-run
-
-platform:
- os: linux
- arch: arm64
-
-depends_on:
- - compliance
-
-trigger:
- event:
- - pull_request
- paths:
- exclude:
- - "docs/**"
-
-steps:
- - name: dryrun
- image: plugins/docker:latest
- pull: always
- settings:
- dry_run: true
- repo: gitea/gitea
- tags: linux-arm64
- build_args:
- - GOPROXY=https://goproxy.io
- environment:
- PLUGIN_MIRROR:
- from_secret: plugin_mirror
- DOCKER_BUILDKIT: 1
- when:
- event:
- - pull_request
-
----
-kind: pipeline
-type: docker
name: docker-linux-arm64-release-version
platform: