Disable front-end build.

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

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

Loading…
Cancel
Save