Skip to content

Commit 7fc6911

Browse files
committed
Revert "Temporarily force the engine version to 3.3, revert this commit on master, when the SDK has a v3.3 branch."
This reverts commit 56cdc94.
1 parent 6e62c15 commit 7fc6911

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_engine.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ if [ ! -d "engine" ]; then
88
# Extract the engine version from the sdk branch tag.
99
git clone -b $(echo "$TRAVIS_TAG" | sed -n 's/\(v.\+\)-sdk.\+/\1/p') --single-branch --depth 10 https://github.com/jMonkeyEngine/jMonkeyEngine/ engine # single-branch requires git > 1.7.10, if you see an error, just leave it out.
1010
else
11-
#git clone -b master --single-branch --depth 10 https://github.com/jMonkeyEngine/jMonkeyEngine/ engine # single-branch requires git > 1.7.10, if you see an error, just leave it out.
12-
git clone -b v3.3 --single-branch --depth 10 https://github.com/jMonkeyEngine/jMonkeyEngine/ engine # single-branch requires git > 1.7.10, if you see an error, just leave it
11+
git clone -b master --single-branch --depth 10 https://github.com/jMonkeyEngine/jMonkeyEngine/ engine # single-branch requires git > 1.7.10, if you see an error, just leave it out.
1312
fi
1413
cd engine
1514
else

0 commit comments

Comments
 (0)