From d987c634619050b60068a1455184aa5094aa3867 Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Fri, 22 Nov 2019 23:53:01 +0100 Subject: [PATCH] more testing --- .drone.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index b5fbd79..48b1495 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,17 +4,23 @@ name: meshviewer build clone: depth: 50 -steps: -- name: submodules - image: docker:git - commands: - - git submodule update --recursive --init +# steps: +# - name: clone git +# image: docker:git +# commands: +# - git submodule update --recursive --init - name: build on node 12 image: node:12.12.0-stretch commands: + - node --version + - npm --version + - yarn --version - pwd - ls -alh + - npm i gulp-cli -g + - yarn + - gulp # - name: backup-old-firmware # image: appleboy/drone-ssh