From 050ef2c06a0ebc1ffd33d23fccdea0ec93b4b701 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 24 Apr 2024 13:54:42 +0200 Subject: [PATCH] Remove git --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 06b9f79..b630e58 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ steps: commands: - apt-get update -yqq - apt-get install -yqq zip tar + - rm -R .git - cd .. && tar -cvzf stepper-${DRONE_TAG}.tar.gz ./stepper && cd stepper - cd .. && zip -r stepper-${DRONE_TAG}.zip ./stepper && cd stepper - cd .. && mv stepper-${DRONE_TAG}.tar.gz stepper && cd stepper