Compare commits

...

1 Commits

Author SHA1 Message Date
Florian Brinker
562cdc24a5 Fix adding unneeded files to build
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-27 00:31:50 +02:00

View File

@ -27,7 +27,7 @@ steps:
commands:
- apk update && apk add --no-cache zip
# Delete unneeded files/dirs
- rm -rf sources/{.git,.drone.*,.luacheckrc}
- rm -rf sources/{.git,.drone.status,.drone.yml,.luacheckrc}
# Set Version and AddonVersion
- export VERSION=$DRONE_TAG
- export ADDON_VERSION=$(echo $DRONE_TAG | sed -E 's/(0|)\.//g')