move node
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
758498ed71
commit
80e54813b7
10
.drone.yml
10
.drone.yml
|
@ -53,6 +53,11 @@ steps:
|
|||
commands:
|
||||
- while ! mysqladmin ping -h db -u db -pdb --silent; do sleep 1; done
|
||||
|
||||
- name: node
|
||||
image: node:17.9.0-slim
|
||||
commands:
|
||||
- npm ci && npm run prod && npm run img && rm -R node_modules
|
||||
|
||||
- name: phpunit_tests
|
||||
image: php:8.1.6
|
||||
volumes:
|
||||
|
@ -98,11 +103,6 @@ steps:
|
|||
commands:
|
||||
- vendor/bin/phpstan analyse
|
||||
|
||||
- name: node
|
||||
image: node:17.9.0-slim
|
||||
commands:
|
||||
- npm ci && npm run prod && npm run img && rm -R node_modules
|
||||
|
||||
- name: compress
|
||||
image: php:7.3
|
||||
commands:
|
||||
|
|
Loading…
Reference in New Issue