disable node
This commit is contained in:
parent
5d4928554b
commit
ace61dc470
|
@ -49,10 +49,10 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- composer install --ignore-platform-reqs --no-dev
|
- composer install --ignore-platform-reqs --no-dev
|
||||||
|
|
||||||
- name: node
|
# - name: node
|
||||||
image: node:17.9.0-slim
|
# image: node:17.9.0-slim
|
||||||
commands:
|
# commands:
|
||||||
- npm install && npm run prod && rm -R node_modules
|
# - npm install && npm run prod && rm -R node_modules
|
||||||
|
|
||||||
- name: compress
|
- name: compress
|
||||||
image: php:7.3
|
image: php:7.3
|
||||||
|
|
Loading…
Reference in New Issue