Drone syntax

pull/14/head
Sander Vocke 5 years ago
parent d91ca7b5ba
commit 9c79c751fe
  1. 11
      .drone.yml

@ -14,7 +14,8 @@ steps:
commands:
- cd server && npm test; cd ..
---
kind: pipeline
type: kubernetes
name: front-end
@ -24,11 +25,11 @@ steps:
image: node
commands:
- npm install
- cd client && npm install; cd ..
- cd client && npm install; cd ..
- name: front-end compile
image: node
commands:
- cd client && ./node_modules/.bin/tsc; cd ..
image: node
commands:
- cd client && ./node_modules/.bin/tsc; cd ..
---

Loading…
Cancel
Save