tests: fix copy directory
This commit is contained in:
parent
bd24a936fb
commit
3499b5d712
@ -40,7 +40,7 @@ steps:
|
||||
- yarn --cwd ./items/frontend install
|
||||
- yarn --cwd ./items/frontend build --pure-lockfile
|
||||
- rm -rf ./items/api/public/static/*
|
||||
- cp ./items/frontend/build/* ./items/api/public
|
||||
- cp -r ./items/frontend/build/* ./items/api/public
|
||||
- rm ./items/api/public/index.html
|
||||
depends_on:
|
||||
- replace hosts and user variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user