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:
|
commands:
|
||||||
- while ! mysqladmin ping -h db -u db -pdb --silent; do sleep 1; done
|
- 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
|
- name: phpunit_tests
|
||||||
image: php:8.1.6
|
image: php:8.1.6
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -98,11 +103,6 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- vendor/bin/phpstan analyse
|
- 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
|
- name: compress
|
||||||
image: php:7.3
|
image: php:7.3
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Reference in New Issue