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 +