mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 03:40:49 +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
@ -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…
x
Reference in New Issue
Block a user