hotfix to get no missmatch

This commit is contained in:
6543 2022-06-16 23:00:24 +02:00
parent 3c4d451b72
commit dbb5b4baa2
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
6 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,8 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-binaries
depends_on:
- test
- web

View file

@ -1,3 +1,8 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-docker
depends_on:
- test
- web

View file

@ -1,3 +1,8 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-docs
pipeline:
build:
image: node:14-alpine

View file

@ -1,3 +1,8 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-helm
pipeline:
set-version:
image: alpine/helm:3.5.3

View file

@ -1,3 +1,8 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-test
pipeline:
lint-pipeline:
image: woodpeckerci/woodpecker-cli:next-alpine

View file

@ -1,3 +1,8 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-web
pipeline:
deps:
image: node:16-alpine