Skip to content

Commit

Permalink
[jenkins] - change to workspace before trying to checkout the submodu…
Browse files Browse the repository at this point in the history
…le - might fix the latest jenkins issues
  • Loading branch information
Memphiz authored and MartijnKaijser committed Aug 17, 2014
1 parent 6feddf7 commit 24c7c84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/buildsteps/android/prepare-xbmc
Expand Up @@ -3,5 +3,6 @@ XBMC_PLATFORM_DIR=android
. $WORKSPACE/tools/buildsteps/defaultenv

#fetch submodules
cd $WORKSPACE
rm -r $WORKSPACE/addons/skin.touched
git submodule update --init $WORKSPACE/addons/skin.touched
git submodule update --init $WORKSPACE/addons/skin.touched
1 change: 1 addition & 0 deletions tools/buildsteps/androidx86/prepare-xbmc
Expand Up @@ -3,5 +3,6 @@ XBMC_PLATFORM_DIR=android
. $WORKSPACE/tools/buildsteps/defaultenv

#fetch submodules
cd $WORKSPACE
rm -r $WORKSPACE/addons/skin.touched
git submodule update --init $WORKSPACE/addons/skin.touched
1 change: 1 addition & 0 deletions tools/buildsteps/ios/prepare-xbmc
Expand Up @@ -3,5 +3,6 @@ XBMC_PLATFORM_DIR=ios
. $WORKSPACE/tools/buildsteps/defaultenv

#fetch submodules
cd $WORKSPACE
rm -r $WORKSPACE/addons/skin.touched
git submodule update --init $WORKSPACE/addons/skin.touched

0 comments on commit 24c7c84

Please sign in to comment.