mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-16 06:24:39 +00: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:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
- web
|
- web
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
name: clone-docker
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
- web
|
- web
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
name: clone-docs
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
name: clone-helm
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
set-version:
|
set-version:
|
||||||
image: alpine/helm:3.5.3
|
image: alpine/helm:3.5.3
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
name: clone-test
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
lint-pipeline:
|
lint-pipeline:
|
||||||
image: woodpeckerci/woodpecker-cli:next-alpine
|
image: woodpeckerci/woodpecker-cli:next-alpine
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
|
name: clone-web
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
deps:
|
deps:
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user