mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
hotfix to get no missmatch
This commit is contained in:
parent
3c4d451b72
commit
dbb5b4baa2
6 changed files with 30 additions and 0 deletions
|
@ -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…
Reference in a new issue