Added .drone.status for VSCode Extension
continuous-integration/drone/push Build is passing Detalles

Este commit está contenido en:
Florian Brinker 2019-10-26 21:50:15 +02:00
padre 975f5d4371
commit 458fd2b70a
Se han modificado 2 ficheros con 4 adiciones y 1 borrados

3
.drone.status Archivo normal
Ver fichero

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

Ver fichero

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