From 279ef3c80802d3dcdc5a15b00be3de4f281f6491 Mon Sep 17 00:00:00 2001 From: Christian Seyfferth Date: Thu, 7 May 2020 10:27:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0fb8633..03a448d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,9 @@ steps: - name: Run Gulp image: gulp-node:${DRONE_COMMIT} commands: + - which gulp - npm install - - gulp + - /usr/local/bin/gulp - zip public.zip dist/* - name: Upload Artifacts