2 Commits

Author SHA1 Message Date
be0df123a8 chore(deps): update dependency igorshubovych/markdownlint-cli to v0.34.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2023-06-08 21:35:51 +02:00
bf55a651a1 feat(ci): migrate to volker.raschek/git v1.2.1
Some checks failed
continuous-integration/drone/push Build is failing
2023-06-08 18:12:08 +02:00
2 changed files with 15 additions and 15 deletions

View File

@ -11,7 +11,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: markdown lint - name: markdown lint
commands: commands:
@ -63,7 +63,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -126,7 +126,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -189,7 +189,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -252,7 +252,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -313,7 +313,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -374,7 +374,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -431,7 +431,7 @@ clone:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build-manifest - name: build-manifest
image: docker.io/plugins/manifest:latest image: docker.io/plugins/manifest:latest
@ -493,7 +493,7 @@ depends_on:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: latest-docker-sync - name: latest-docker-sync
commands: commands:
@ -554,7 +554,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -611,7 +611,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -668,7 +668,7 @@ platform:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build - name: build
image: docker.io/plugins/docker:20.10.9 image: docker.io/plugins/docker:20.10.9
@ -721,7 +721,7 @@ clone:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: build-manifest - name: build-manifest
image: docker.io/plugins/manifest:latest image: docker.io/plugins/manifest:latest
@ -777,7 +777,7 @@ clone:
steps: steps:
- name: clone - name: clone
image: docker.io/drone/git:1.2.1 image: git.cryptic.systems/volker.raschek/git:1.2.1
- name: tagged-docker-sync - name: tagged-docker-sync
commands: commands:

View File

@ -1,6 +1,6 @@
# MARKDOWNLINT_VERSION # MARKDOWNLINT_VERSION
# Only required to install a specifiy version # Only required to install a specifiy version
MARKDOWNLINT_VERSION?=v0.33.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli MARKDOWNLINT_VERSION?=v0.34.0 # renovate: datasource=github-releases depName=igorshubovych/markdownlint-cli
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a