mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
Revert "hotfix to get no missmatch [1 & 2]" (#984)
This reverts commit06f869beb3
. This reverts commitdbb5b4baa2
.
This commit is contained in:
parent
9449b67da9
commit
d2aad473d7
6 changed files with 2 additions and 32 deletions
|
@ -1,14 +1,9 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: woodpeckerci/plugin-git
|
|
||||||
name: clone-binaries
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
- web
|
- web
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build-web1:
|
build-web:
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- cd web/
|
- cd web/
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: woodpeckerci/plugin-git
|
|
||||||
name: clone-docker
|
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- test
|
- test
|
||||||
- web
|
- web
|
||||||
|
@ -11,7 +6,7 @@ pipeline:
|
||||||
###############
|
###############
|
||||||
# S e r v e r #
|
# S e r v e r #
|
||||||
###############
|
###############
|
||||||
build-web2:
|
build-web:
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- cd web/
|
- cd web/
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: woodpeckerci/plugin-git
|
|
||||||
name: clone-docs
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: node:14-alpine
|
image: node:14-alpine
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
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,8 +1,3 @@
|
||||||
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,8 +1,3 @@
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: woodpeckerci/plugin-git
|
|
||||||
name: clone-web
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
deps:
|
deps:
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
|
|
Loading…
Reference in a new issue