hotfix to get no missmatch [2]

This commit is contained in:
6543 2022-06-16 23:07:46 +02:00
parent dbb5b4baa2
commit 06f869beb3
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
2 changed files with 2 additions and 2 deletions

View file

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

View file

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