forked from youtube/cobalt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,304 changed files
with
8,015 additions
and
2,905 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
This file was deleted.
Oops, something went wrong.
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
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
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 |
---|---|---|
|
@@ -19,6 +19,7 @@ jobs: | |
|
||
steps: | ||
- uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -60,6 +60,7 @@ jobs: | |
steps: | ||
- name: Checkout repository | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
ref: ${{ matrix.target_branch }} | ||
fetch-depth: 0 | ||
|
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 |
---|---|---|
|
@@ -38,13 +38,14 @@ jobs: | |
rm /tmp/gn.zip | ||
- name: Checkout | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '^3.7.x' | ||
python-version: '3.7' | ||
- name: Install Pip Packages | ||
run: pip install -r ${GITHUB_WORKSPACE}/requirements.txt | ||
- name: Download Resources | ||
|
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 |
---|---|---|
|
@@ -71,6 +71,7 @@ jobs: | |
steps: | ||
- id: checkout | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
fetch-depth: 1 | ||
persist-credentials: false | ||
|
@@ -144,6 +145,7 @@ jobs: | |
steps: | ||
- name: Checkout files | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
fetch-depth: 0 | ||
persist-credentials: false | ||
|
@@ -179,6 +181,7 @@ jobs: | |
steps: | ||
- name: Checkout files | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
fetch-depth: 2 | ||
persist-credentials: false | ||
|
@@ -225,6 +228,7 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
# Use fetch depth of 0 to get full history for a valid build id. | ||
fetch-depth: 0 | ||
|
@@ -312,6 +316,7 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
fetch-depth: 1 | ||
persist-credentials: false | ||
|
@@ -343,6 +348,7 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
fetch-depth: 1 | ||
persist-credentials: false | ||
|
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 |
---|---|---|
|
@@ -47,6 +47,7 @@ jobs: | |
steps: | ||
- name: Checkout code | ||
uses: kaidokert/[email protected] | ||
timeout-minutes: 30 | ||
with: | ||
ref: ${{ env.RELEASE_BRANCH }} | ||
persist-credentials: false | ||
|
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
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
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
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
Oops, something went wrong.