Skip to content

Commit

Permalink
chore: call non-hermetic functions since we're installing node_module…
Browse files Browse the repository at this point in the history
…s directly from the library (#719)

* chore: call non-hermetic functions since we're installing node_modules directly from the library

* chore: call non-hermetic functions since we're installing node_modules directly from the library

Source-Link: googleapis/synthtool@4c4063f
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:8b6a07a38d1583d96b6e251ba208bd4ef0bc2a0cc37471ffc518841651d15bd6

* Update owlbot.py

* Update sync-repo-settings.yaml

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <[email protected]>
  • Loading branch information
3 people authored Sep 26, 2023
1 parent 06586a0 commit b497ed9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
digest: sha256:e08f9a3757808cdaf7a377e962308c65c4d7eff12db206d4fae702dd50d43430
# created: 2023-08-03T18:46:14.719706948Z
digest: sha256:8b6a07a38d1583d96b6e251ba208bd4ef0bc2a0cc37471ffc518841651d15bd6
# created: 2023-09-25T22:18:27.595486267Z
2 changes: 1 addition & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ branchProtectionRules:
- "ci/kokoro: System test"
- docs
- lint
- test (12)
- test (14)
- test (16)
- test (18)
- cla/google
- windows
- OwlBot Post Processor
Expand Down
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
".github/CODEOWNERS",
".github/sync-repo-settings.yaml"
])
node.fix_hermetic()
node.fix()

# --------------------------------------------------------------------------
# Modify test configs
Expand Down

0 comments on commit b497ed9

Please sign in to comment.