Skip to content
Snippets Groups Projects
Commit b36797b7 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

jenkins: pull sflphone-android repo in script

parent 3e1e06f9
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,10 @@ retrieve_screenshots() {
build_sflphone_android() {
echo "----------------- Cleaning git tree"
git checkout master
git pull
# get rid of any local modifications to git submodule
git submodule update
pushd jni/sflphone
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment