From 7509ef7a6515ac0dddca1f267c06bd02c37c197c Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sat, 7 Aug 2021 22:15:21 +0200 Subject: [PATCH] Fix zip creation in drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 24806f2..3eac1a6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,8 @@ steps: pull: always commands: - apk add zip - - cd /drone/ - - rm -r reitanlage-oranienburg/src reitanlage-oranienburg/node_modules + - rm -rf .git node_modules src + - cd .. - zip -r ro.zip reitanlage-oranienburg - mv ro.zip /drone/reitanlage-oranienburg/reitanlage-oranienburg-${DRONE_TAG}.zip