100029 #5

Merged
fbrinker merged 6 commits from 100029 into master 2019-10-26 21:52:41 +00:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 458fd2b70a - Show all commits

3
.drone.status Normal file
View File

@ -0,0 +1,3 @@
{
"url": "https://drone.f-brinker.de/fbrinker/elderscrolls-addon-achievementInfo/"
}

View File

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