diff --git a/.drone.yml b/.drone.yml index 4536f20..710cf05 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: @@ -113,11 +125,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: @@ -175,11 +193,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: @@ -238,11 +262,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: @@ -298,7 +328,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: @@ -350,11 +386,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: @@ -409,11 +451,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: @@ -468,7 +516,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: