Compare commits

..

No commits in common. "cf5c40a692c7992ed1e4b937ad5327052abd5b2c" and "86ead8922d5efefe5411256461a99b2038cc7591" have entirely different histories.

View File

@ -11,7 +11,7 @@ steps:
- name: markdown lint - name: markdown lint
commands: commands:
- markdownlint *.md - markdownlint *.md
image: docker.io/volkerraschek/markdownlint:0.30.0 image: docker.io/tmknom/markdownlint:0.23.1
resources: resources:
limits: limits:
cpu: 50 cpu: 50
@ -47,10 +47,6 @@ kind: pipeline
type: docker type: docker
name: archlinux name: archlinux
platform:
os: linux
arch: amd64
steps: steps:
- name: archlinux - name: archlinux
image: docker.io/volkerraschek/build-image:latest image: docker.io/volkerraschek/build-image:latest
@ -97,10 +93,6 @@ kind: pipeline
type: docker type: docker
name: centos name: centos
platform:
os: linux
arch: amd64
steps: steps:
- name: centos7 - name: centos7
image: docker.io/volkerraschek/build-image:latest image: docker.io/volkerraschek/build-image:latest
@ -147,10 +139,6 @@ kind: pipeline
type: docker type: docker
name: debian name: debian
platform:
os: linux
arch: amd64
steps: steps:
- name: 8-slim - name: 8-slim
image: docker.io/volkerraschek/build-image:latest image: docker.io/volkerraschek/build-image:latest
@ -230,10 +218,6 @@ kind: pipeline
type: docker type: docker
name: fedora name: fedora
platform:
os: linux
arch: amd64
steps: steps:
- name: fedora-33 - name: fedora-33
image: docker.io/volkerraschek/build-image:latest image: docker.io/volkerraschek/build-image:latest
@ -291,10 +275,6 @@ kind: pipeline
type: docker type: docker
name: ubuntu name: ubuntu
platform:
os: linux
arch: amd64
steps: steps:
- name: ubuntu-16.04 - name: ubuntu-16.04
image: docker.io/volkerraschek/build-image:latest image: docker.io/volkerraschek/build-image:latest