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:
parent
61d9729767
commit
c93f7b90c5
1 changed files with 1 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue