1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

Disable the version changing on AppVeyor

Apparently it breaks the build detail links on GitHub, not really
acceptable that.
This commit is contained in:
Alexander "Ace" Olofsson 2016-08-29 00:37:20 +02:00
parent 61d9729767
commit c93f7b90c5

View file

@ -103,9 +103,7 @@ if [ -z $APPVEYOR ]; then
else
echo "Running prebuild in Appveyor."
cd ${APPVEYOR_BUILD_FOLDER:-}
VERSION="$(cat README.md | grep Version: | awk '{ print $3; }')-$(git rev-parse --short HEAD)"
appveyor UpdateBuild -Version "$VERSION" > /dev/null &
cd "$APPVEYOR_BUILD_FOLDER"
fi
run_cmd() {