diff --git a/.drone.yml b/.drone.yml index 7f429b9..b07a67f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,10 @@ steps: image: gitea.kosmos.org/kredits/docker-ci:latest commands: - chown -R drone:drone /drone/src/ + - cp -r /app/node_modules /drone/src/node_modules - su drone -c 'npm install' - su drone -c 'npm run devchain' & - - sleep 5 + - sleep 6 - name: test image: gitea.kosmos.org/kredits/docker-ci:latest commands: