diff --git a/.drone-docker.yml b/.drone-docker.yml index abc9f80..24c148f 100644 --- a/.drone-docker.yml +++ b/.drone-docker.yml @@ -38,10 +38,6 @@ steps: - npm -v - yarn --version - yarn --cwd ./items/frontend install - - yarn --cwd ./items/frontend build --pure-lockfile - - rm -rf ./items/api/public/static/* - - mv ./items/frontend/build/* ./items/api/public - - rm ./items/api/public/index.html - name: test frontend image: node:lts-alpine3.14 diff --git a/.drone-kubernetes.yml b/.drone-kubernetes.yml index 5a1c916..f4f5a1a 100644 --- a/.drone-kubernetes.yml +++ b/.drone-kubernetes.yml @@ -38,10 +38,6 @@ steps: - npm -v - yarn --version - yarn --cwd ./items/frontend install - - yarn --cwd ./items/frontend build --pure-lockfile - - rm -rf ./items/api/public/static/* - - mv ./items/frontend/build/* ./items/api/public - - rm ./items/api/public/index.html - name: test frontend image: node:lts-alpine3.14