From 85a0b0671fbab15cd26d85ef35d165dd0b83e47f Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Fri, 4 Sep 2020 15:44:10 +0200 Subject: [PATCH] Drone syntax. --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7b6de8f..5dfb8dc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,6 @@ steps: - cd server && npm test; cd .. --- - kind: pipeline type: kubernetes name: front-end @@ -31,5 +30,3 @@ steps: image: node commands: - cd client && ./node_modules/.bin/tsc; cd .. - ----