mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01: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
|
||||
|
||||
pipeline:
|
||||
build-web:
|
||||
build-web1:
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- cd web/
|
||||
|
|
|
@ -11,7 +11,7 @@ pipeline:
|
|||
###############
|
||||
# S e r v e r #
|
||||
###############
|
||||
build-web:
|
||||
build-web2:
|
||||
image: node:16-alpine
|
||||
commands:
|
||||
- cd web/
|
||||
|
|
Loading…
Reference in a new issue