tests: Add workaround for Docker file watchers limitation #27

Merged
Ghost merged 10 commits from tests/workaround_file_watchers into development 2021-11-15 23:06:23 -05:00
Showing only changes of commit 0bfc57000d - Show all commits

View File

@ -40,7 +40,7 @@ steps:
- yarn --cwd ./items/frontend install - yarn --cwd ./items/frontend install
- yarn --cwd ./items/frontend build --pure-lockfile - yarn --cwd ./items/frontend build --pure-lockfile
- rm -rf ./items/api/public/static/* - 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 - rm ./items/api/public/index.html
depends_on: depends_on:
- replace hosts and user variables - replace hosts and user variables