From d33450aa422558c6d7129b068415c1903db2e0dc Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 12 May 2020 17:48:44 +0200 Subject: [PATCH] [TASK] update drone-pipeline --- .drone.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 39aaf1e..3903947 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,17 +14,10 @@ steps: - ./node_modules - ./dist -- name: Build DockerImage - image: docker - volumes: - - name: docker_sock - path: /var/run/docker.sock - commands: - - docker build --no-cache -t gulp-node:1 -f Scripte/Dockerfile . - - name: Build Website - image: gulp-node:1 + image: node:14 commands: + - npm install -g gulp - npm install - gulp - zip public.zip -r dist/*