mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 00:12:18 +00:00
Revert "hotfix to get no missmatch [1 & 2]" (#984)
This reverts commit06f869beb3
. This reverts commitdbb5b4baa2
.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user