From a8f431e1e2e48e8b13210e79df76a0911013bb74 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 18:58:45 +0200 Subject: [PATCH] feat(ci): migrate to volker.raschek/git v1.2.1 --- .drone.yml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9b6e85f..553abd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,10 +3,16 @@ kind: pipeline type: kubernetes name: linter +clone: + disable: true + platform: os: linux steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: markdown lint commands: - markdownlint *.md @@ -48,11 +54,17 @@ kind: pipeline type: docker name: dry-run-amd64 +clone: + disable: true + platform: os: linux arch: amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -103,11 +115,17 @@ kind: pipeline type: docker name: dry-run-arm-v7 +clone: + disable: true + platform: os: linux arch: arm steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -158,11 +176,17 @@ kind: pipeline type: docker name: dry-run-arm64-v8 +clone: + disable: true + platform: os: linux arch: arm64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -213,11 +237,17 @@ kind: pipeline type: docker name: latest-amd64 +clone: + disable: true + platform: os: linux arch: amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -266,11 +296,17 @@ kind: pipeline type: docker name: latest-arm-v7 +clone: + disable: true + platform: os: linux arch: arm steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -319,11 +355,17 @@ kind: pipeline type: docker name: latest-arm64-v8 +clone: + disable: true + platform: os: linux arch: arm64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -372,7 +414,13 @@ kind: pipeline type: kubernetes name: latest-manifest +clone: + disable: true + steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build-manifest image: docker.io/plugins/manifest:latest settings: @@ -425,11 +473,17 @@ kind: pipeline type: docker name: tagged-amd64 +clone: + disable: true + platform: os: linux arch: amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -474,11 +528,17 @@ kind: pipeline type: docker name: tagged-arm-v7 +clone: + disable: true + platform: os: linux arch: arm steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -523,11 +583,17 @@ kind: pipeline type: docker name: tagged-arm64-v8 +clone: + disable: true + platform: os: linux arch: arm64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -572,7 +638,13 @@ kind: pipeline type: kubernetes name: tagged-manifest +clone: + disable: true + steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build-manifest image: docker.io/plugins/manifest:latest settings: