Skip to content

Commit

Permalink
remove old gvr-android-sdk before checking out new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Feb 7, 2019
1 parent 62c403e commit 4032ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks:
git fetch {{ event.head.repo.url }} {{ event.head.repo.branch }}
&& git config advice.detachedHead false
&& git checkout {{event.head.sha}}
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& rm -rf gvr-android-sdk && git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& git submodule update
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr
metadata:
Expand Down Expand Up @@ -71,7 +71,7 @@ tasks:
git fetch origin
&& git config advice.detachedHead false
&& git rebase origin/master
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& rm -rf gvr-android-sdk && git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& git submodule update
&& . tools/taskcluster/get_third_party.sh
&& cp tools/gradle/taskcluster.properties ./user.properties
Expand Down Expand Up @@ -119,7 +119,7 @@ tasks:
git fetch origin
&& git config advice.detachedHead false
&& git checkout {{ event.version }}
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& rm -rf gvr-android-sdk && git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
&& git submodule update
&& . tools/taskcluster/get_third_party.sh
&& cp tools/gradle/taskcluster.properties ./user.properties
Expand Down

0 comments on commit 4032ee5

Please sign in to comment.