This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
git fetch {{ event.head.repo.url }} {{ event.head.repo.branch }}
33
33
&& git config advice.detachedHead false
34
34
&& 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
36
36
&& git submodule update
37
37
&& ./gradlew --no-daemon --console=plain clean assembleNoapi assembleGooglevr
38
38
metadata :
71
71
git fetch origin
72
72
&& git config advice.detachedHead false
73
73
&& 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
75
75
&& git submodule update
76
76
&& . tools/taskcluster/get_third_party.sh
77
77
&& cp tools/gradle/taskcluster.properties ./user.properties
@@ -119,7 +119,7 @@ tasks:
119
119
git fetch origin
120
120
&& git config advice.detachedHead false
121
121
&& 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
123
123
&& git submodule update
124
124
&& . tools/taskcluster/get_third_party.sh
125
125
&& cp tools/gradle/taskcluster.properties ./user.properties
You can’t perform that action at this time.
0 commit comments