ci: fix quoting issues
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
light7734 2025-08-23 15:13:02 +03:30
parent df3743c59f
commit 3508957c22
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -13,8 +13,8 @@ steps:
commands:
- npm install
- npm run build
- rm -rf /dazzle/*'
- mv ./build/* /dazzle/'
- rm -rf /dazzle/*
- mv ./build/* /dazzle/
---
kind: pipeline
type: docker
@ -31,5 +31,5 @@ steps:
commands:
- npm install
- npm run build
- rm -rf /dazzle/*'
- mv ./build/* /dazzle/'
- rm -rf /dazzle/*
- mv ./build/* /dazzle/