Skip to content

Commit

Permalink
Fix lint warning (#3585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 authored Jan 10, 2024
1 parent 9534c07 commit 810beaa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
---
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
8 changes: 4 additions & 4 deletions build/build-image/cache/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@

steps:

#
# Move everything to the /workspace as this is what the canonical
# build script uses, and we want to be as close to that as possible.
#
#
# Move everything to the /workspace as this is what the canonical
# build script uses, and we want to be as close to that as possible.
#
- name: bash
id: setup-cache-files
script: |
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs-simple/gameserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ spec:
requests:
memory: 100Mi
cpu: 100m
# args: ["--timeout=0"] # Change the timeout here, if you like the nodejs server to run longer.
# args: ["--timeout=0"] # Change the timeout here, if you like the nodejs server to run longer.
2 changes: 1 addition & 1 deletion examples/xonotic/gameserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ spec:
requests:
memory: 700Mi
cpu: 200m
# imagePullPolicy: Always # add for development
# imagePullPolicy: Always # add for development

0 comments on commit 810beaa

Please sign in to comment.