-
Notifications
You must be signed in to change notification settings - Fork 8
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
1 parent
34e3efa
commit de7744a
Showing
2 changed files
with
8 additions
and
3 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 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 |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
- checkout: Celestia | ||
fetchDepth: 0 | ||
- checkout: CelestiaContent | ||
fetchDepth: 1 | ||
fetchDepth: 0 | ||
- checkout: CelestiaLocalization | ||
fetchDepth: 0 | ||
- checkout: self | ||
|
@@ -48,6 +48,11 @@ jobs: | |
displayName: 'Checkout Branch (PR)' | ||
condition: eq( variables['Build.Reason'], 'PullRequest' ) | ||
- script: | | ||
cd CelestiaContent | ||
git checkout 604e02d462a4db4b31a43f0c98e04f57d996c6d5 | ||
displayName: 'Checkout Content' | ||
- script: | | ||
cd AndroidCelestia | ||
git config --global user.email "[email protected]" | ||
|