From d60d6f27c300a5a08fda34270fc0166b1af0d693 Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Fri, 14 Aug 2020 17:42:15 +0200 Subject: [PATCH] Disable front-end build. --- .drone.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.drone.yml b/.drone.yml index e7f7a1d..67fda88 100644 --- a/.drone.yml +++ b/.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 .. - \ No newline at end of file +