From 0ea268a31c45291d326581703788951fbb2703f9 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 9 Jun 2023 08:29:32 +0200 Subject: [PATCH] feat(ci): migrate to volker.raschek/git v1.2.1 --- .drone.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8471289..ff42d6a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,13 @@ kind: pipeline type: kubernetes name: linter +clone: + disable: true + steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: markdown lint commands: - markdownlint *.md @@ -54,6 +60,9 @@ kind: pipeline type: kubernetes name: unit-test-amd64 +clone: + disable: true + depends_on: - linter @@ -61,6 +70,9 @@ node_selector: kubernetes.io/arch: amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: unit-test commands: - go test -v ./... @@ -80,6 +92,9 @@ kind: pipeline type: kubernetes name: unit-test-arm64 +clone: + disable: true + depends_on: - linter @@ -87,6 +102,9 @@ node_selector: kubernetes.io/arch: arm64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: unit-test commands: - go test -v ./... @@ -106,10 +124,16 @@ kind: pipeline type: kubernetes name: sync +clone: + disable: true + node_selector: kubernetes.io/arch: amd64 steps: +- name: clone + image: git.cryptic.systems/volker.raschek/git:1.2.1 + - name: github image: docker.io/appleboy/drone-git-push:latest resources: