Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 4032ee5

Browse files
author
Randall Barker
committed
remove old gvr-android-sdk before checking out new version
1 parent 62c403e commit 4032ee5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.taskcluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks:
3232
git fetch {{ event.head.repo.url }} {{ event.head.repo.branch }}
3333
&& git config advice.detachedHead false
3434
&& git checkout {{event.head.sha}}
35-
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
35+
&& rm -rf gvr-android-sdk && git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
3636
&& git submodule update
3737
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr
3838
metadata:
@@ -71,7 +71,7 @@ tasks:
7171
git fetch origin
7272
&& git config advice.detachedHead false
7373
&& git rebase origin/master
74-
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
74+
&& rm -rf gvr-android-sdk && git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
7575
&& git submodule update
7676
&& . tools/taskcluster/get_third_party.sh
7777
&& cp tools/gradle/taskcluster.properties ./user.properties
@@ -119,7 +119,7 @@ tasks:
119119
git fetch origin
120120
&& git config advice.detachedHead false
121121
&& git checkout {{ event.version }}
122-
&& git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
122+
&& rm -rf gvr-android-sdk && git clone https://github.com/MozillaReality/FirefoxReality-gvr-android-sdk.git gvr-android-sdk
123123
&& git submodule update
124124
&& . tools/taskcluster/get_third_party.sh
125125
&& cp tools/gradle/taskcluster.properties ./user.properties

0 commit comments

Comments
 (0)