Continuous Integration: Fix regression in 21d0854b6132cf450c4eeba470594f16a4b76eba. Variable was misnamed.
This commit is contained in:
parent
21d0854b61
commit
ad64b7e4b6
@ -17,7 +17,7 @@ function native_changes_common() {
|
|||||||
echo " - Checking if natives changed in commit $TRAVIS_COMMIT.."
|
echo " - Checking if natives changed in commit $TRAVIS_COMMIT.."
|
||||||
NATIVE_CHANGES_BULLET="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-native/)"
|
NATIVE_CHANGES_BULLET="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-native/)"
|
||||||
NATIVE_CHANGES_ANDROID_BULLET="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-native-android/)"
|
NATIVE_CHANGES_ANDROID_BULLET="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-bullet-native-android/)"
|
||||||
NATIVE_CHANGES_BULLET="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-android-native/)"
|
NATIVE_CHANGES_ANDROID_NATIVES="$(git diff-tree --name-only "$TRAVIS_COMMIT" -- jme3-android-native/)"
|
||||||
|
|
||||||
if [ "$NATIVE_CHANGES_BULLET" != "" ]; then
|
if [ "$NATIVE_CHANGES_BULLET" != "" ]; then
|
||||||
native_changes_common
|
native_changes_common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user