Skip to content
Snippets Groups Projects
Commit 2c0493bd authored by Tristan Matthews's avatar Tristan Matthews
Browse files

jenkins: move git actions out of script and into jenkins job

parent 9ece30b4
No related branches found
No related tags found
No related merge requests found
...@@ -119,11 +119,7 @@ retrieve_screenshots() { ...@@ -119,11 +119,7 @@ retrieve_screenshots() {
} }
build_sflphone_android() { build_sflphone_android() {
echo "Build sflphone"
echo "----------------- Cleaning git tree"
git clean -dfx
git checkout master
git pull
./compile.sh ./compile.sh
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment