From 67e3106a5442d2e9b610c2e08efd65faa09c86e6 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 18:37:09 +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 9da473a..282ff90 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: @@ -105,11 +117,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: @@ -162,11 +180,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: @@ -219,11 +243,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: @@ -274,11 +304,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: @@ -329,11 +365,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: @@ -384,7 +426,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: @@ -437,11 +485,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: @@ -488,11 +542,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: @@ -539,11 +599,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: @@ -590,7 +656,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: