Skip to content

Commit

Permalink
build: --credential-file-override is no longer required (#192)
Browse files Browse the repository at this point in the history
@chingor13 has configured our runtime environment, such that we no longer need to explicitly provide a credentials file.

How does this magic work, I didn't fully understand?

Source-Author: Benjamin E. Coe <bencoe@google.com>
Source-Date: Fri Aug 7 19:02:09 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 94421c47802f56a44c320257b2b4c190dc7d6b68
Source-Link: googleapis/synthtool@94421c4
  • Loading branch information
yoshi-automation committed Aug 11, 2020
1 parent 9edb0c1 commit 17e5356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .kokoro/populate-secrets.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/teeny-request.git",
"sha": "2157504f3b0c0f7ab5a7fc6fe7229b7ad82a8936"
"sha": "9edb0c1cf5178da9731f001dbb04dbb4bef05753"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "89d431fb2975fc4e0ed24995a6e6dfc8ff4c24fa"
"sha": "94421c47802f56a44c320257b2b4c190dc7d6b68"
}
}
]
Expand Down

0 comments on commit 17e5356

Please sign in to comment.