mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-29 18:04:15 +02:00
hotfix to get no missmatch
This commit is contained in:
parent
3c4d451b72
commit
dbb5b4baa2
@ -1,3 +1,8 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-binaries
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
- web
|
||||
|
@ -1,3 +1,8 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-docker
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
- web
|
||||
|
@ -1,3 +1,8 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-docs
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: node:14-alpine
|
||||
|
@ -1,3 +1,8 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-helm
|
||||
|
||||
pipeline:
|
||||
set-version:
|
||||
image: alpine/helm:3.5.3
|
||||
|
@ -1,3 +1,8 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-test
|
||||
|
||||
pipeline:
|
||||
lint-pipeline:
|
||||
image: woodpeckerci/woodpecker-cli:next-alpine
|
||||
|
@ -1,3 +1,8 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-web
|
||||
|
||||
pipeline:
|
||||
deps:
|
||||
image: node:16-alpine
|
||||
|
Loading…
x
Reference in New Issue
Block a user