Disable front-end build.

pull/7/head
Sander Vocke 5 years ago
parent 6ad8c3c9b8
commit d60d6f27c3
  1. 30
      .drone.yml

@ -1,18 +1,18 @@
kind: pipeline #kind: pipeline
type: kubernetes #type: kubernetes
name: front-end #name: front-end
#
steps: #steps:
- name: install dependencies #- name: install dependencies
image: node # image: node
commands: # commands:
- npm install # - npm install
- cd client && npm install; cd .. # - cd client && npm install; cd ..
#
- name: front-end build #- name: front-end build
image: node # image: node
commands: # commands:
- cd client && npm run-script build; cd .. # - cd client && npm run-script build; cd ..
--- ---

Loading…
Cancel
Save