Revert "hotfix to get no missmatch [1 & 2]" (#984)

This reverts commit 06f869beb3.
This reverts commit dbb5b4baa2.
This commit is contained in:
6543
2022-06-16 23:55:17 +02:00
committed by GitHub
parent 9449b67da9
commit d2aad473d7
6 changed files with 2 additions and 32 deletions

View File

@@ -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/

View File

@@ -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/

View File

@@ -1,8 +1,3 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-docs
pipeline:
build:
image: node:14-alpine

View File

@@ -1,8 +1,3 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-helm
pipeline:
set-version:
image: alpine/helm:3.5.3

View File

@@ -1,8 +1,3 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-test
pipeline:
lint-pipeline:
image: woodpeckerci/woodpecker-cli:next-alpine

View File

@@ -1,8 +1,3 @@
clone:
git:
image: woodpeckerci/plugin-git
name: clone-web
pipeline:
deps:
image: node:16-alpine