Browse Source

Remove git

master
philipp lang 2 years ago
parent
commit
050ef2c06a
  1. 1
      .drone.yml

1
.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

Loading…
Cancel
Save