mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
hotfix to get no missmatch [2]
This commit is contained in:
parent
dbb5b4baa2
commit
06f869beb3
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ depends_on:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build-web:
|
build-web1:
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- cd web/
|
- cd web/
|
||||||
|
|
|
@ -11,7 +11,7 @@ pipeline:
|
||||||
###############
|
###############
|
||||||
# S e r v e r #
|
# S e r v e r #
|
||||||
###############
|
###############
|
||||||
build-web:
|
build-web2:
|
||||||
image: node:16-alpine
|
image: node:16-alpine
|
||||||
commands:
|
commands:
|
||||||
- cd web/
|
- cd web/
|
||||||
|
|
Loading…
Reference in a new issue