You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02: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:
|
||||
- test
|
||||
- web
|
||||
|
||||
pipeline:
|
||||
build-web1:
|
||||
build-web:
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- cd web/
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-docker
|
||||
|
||||
depends_on:
|
||||
- test
|
||||
- web
|
||||
@@ -11,7 +6,7 @@ pipeline:
|
||||
###############
|
||||
# S e r v e r #
|
||||
###############
|
||||
build-web2:
|
||||
build-web:
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- cd web/
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-docs
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: node:14-alpine
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-helm
|
||||
|
||||
pipeline:
|
||||
set-version:
|
||||
image: alpine/helm:3.5.3
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-test
|
||||
|
||||
pipeline:
|
||||
lint-pipeline:
|
||||
image: woodpeckerci/woodpecker-cli:next-alpine
|
||||
|
||||
@@ -1,8 +1,3 @@
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
name: clone-web
|
||||
|
||||
pipeline:
|
||||
deps:
|
||||
image: node:16-alpine
|
||||
|
||||
Reference in New Issue
Block a user