This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin third_party for taskcluster builds (#1593)
- Loading branch information
1 parent
d1667e3
commit 9cf3908
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ea5998d59e37b64d002d0f0e2f2b20ddbaaeb10e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ cp tools/ssh/config ~/.ssh | |
python tools/taskcluster/fetch_secret.py -s project/firefoxreality/github-deploy-key -o ~/.ssh/deploymentkey_rsa -n key | ||
chmod go-rwx ~/.ssh/deploymentkey_rsa | ||
git clone [email protected]:MozillaReality/FirefoxReality-android-third-party.git third_party | ||
pushd third_party && git co -b target-branch `cat ../third_party_hash` && popd |