From 4c362d7b40ac8b365aa0080f96f829fb083460e0 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 8 Jun 2023 18:14:23 +0200 Subject: [PATCH] feat(ci): migrate to volker.raschek/git v1.2.1 --- .drone.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/.drone.yml b/.drone.yml index cdebc7d..7a74c38 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,17 @@ kind: pipeline type: kubernetes name: linter +clone: + disable: true + platform: os: linux arch: amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: markdown lint commands: - markdownlint *.md @@ -49,6 +55,9 @@ kind: pipeline type: docker name: dry-run-amd64 +clone: + disable: true + depends_on: - linter @@ -57,6 +66,9 @@ platform: arch: amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -104,6 +116,9 @@ kind: pipeline type: docker name: latest-amd64 +clone: + disable: true + depends_on: - linter @@ -112,6 +127,9 @@ platform: arch: amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build image: docker.io/plugins/docker:latest settings: @@ -157,10 +175,16 @@ kind: pipeline type: kubernetes name: latest-manifest +clone: + disable: true + depends_on: - latest-amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build-manifest image: docker.io/plugins/manifest:latest resources: @@ -212,11 +236,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: @@ -259,10 +289,16 @@ kind: pipeline type: kubernetes name: tagged-manifest +clone: + disable: true + depends_on: - tagged-amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: build-manifest image: docker.io/plugins/manifest:latest resources: