Exclude luacheckrc from build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f0e4ed5837
commit
cb93d941ef
@ -27,8 +27,7 @@ steps:
|
||||
commands:
|
||||
- apk update && apk add --no-cache zip
|
||||
# Delete unneeded files/dirs
|
||||
- rm -rf sources/.git
|
||||
- rm -rf sources/.drone.yml
|
||||
- rm -rf sources/{.git,.drone.yml,.luacheckrc}
|
||||
# Set Version and AddonVersion
|
||||
- export VERSION=$DRONE_TAG
|
||||
- export ADDON_VERSION=$(echo $DRONE_TAG | sed -E 's/(0|)\.//g')
|
||||
|
Loading…
Reference in New Issue
Block a user