Exclude luacheckrc from build
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Florian Brinker 2019-10-24 19:20:09 +02:00
부모 f0e4ed5837
커밋 cb93d941ef
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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')