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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: 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/

View file

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

View file

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

View file

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

View file

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

View file

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