-
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.
Regenerate APIs for new CreateDeploymentMetadata member (#51)
- Loading branch information
Showing
3 changed files
with
521 additions
and
215 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 |
---|---|---|
|
@@ -59,14 +59,14 @@ git_repository( | |
|
||
git_repository( | ||
name = "improbable_platform", | ||
commit = "e76746e8d4fe6078cdd25bc8bf720fbb3965a1c5", | ||
commit = "444eca8e181864af11b7f826e3e9e7fcbfe0b206", | ||
remote = "[email protected]:improbable/platform.git", | ||
# Hello! Are you updating the commit of the platform repo dependency? This comment is for you! | ||
# The "shallow_since" field must be set to the day *before* the day of the commit. You can run | ||
# the following script inside the *platform* repo to determine the value you should put in the | ||
# "shallow_since" field based on the commit (replace <commit> with the actual commit hash): | ||
# $ date --date="$(git show --pretty=format:'%cD' <commit> | head --lines=1)-1 day" "+%F" | ||
shallow_since = "2019-09-18", | ||
shallow_since = "2019-10-21", | ||
# TODO(WRK-944): Due to the use by this repository of an older Bazel version we need to apply a | ||
# patch to the imported version of the Platform repository to maintain | ||
# compatibility. | ||
|
Oops, something went wrong.