From 31be48a0af5f4fe50c514a5993ce66df5cbb4ca7 Mon Sep 17 00:00:00 2001 From: Niklas Molnes Hole Date: Wed, 3 Oct 2018 21:35:17 +0200 Subject: [PATCH] Fix #138 --- .drone.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index b1258f3..d584591 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,13 @@ pipeline: - backend: - image: node:9 - pull: true - when: - event: push - commands: - - yarn - - ./test-server.sh + #backend: + # image: node:9 + # pull: true + # when: + # event: push + # commands: + # - yarn + # - ./test-server.sh frontend: image: node:9