From e8887de090d7205a5d7d37175ce29d782a7d71f0 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 1 May 2023 16:39:36 -0400 Subject: 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 --- .drone.yml | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index eb0298aebd..459536621b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1306,43 +1306,6 @@ steps: exclude: - pull_request ---- -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 -- cgit v1.2.3