Skip to content

Commit

Permalink
Fix GitHub linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Oct 31, 2024
1 parent d90b961 commit d5915b6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
run:
timeout: 5m
go: "1.20"
Expand Down
15 changes: 8 additions & 7 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# See https://cloud.google.com/cloud-build/docs/build-config
# See https://console.cloud.google.com/gcr/images/k8s-staging-test-infra/global/gcb-docker-gcloud

Check warning on line 2 in cloudbuild.yaml

View workflow job for this annotation

GitHub Actions / lint

2:81 [line-length] line too long (97 > 80 characters)

Check warning on line 2 in cloudbuild.yaml

View workflow job for this annotation

GitHub Actions / lint

2:81 [line-length] line too long (97 > 80 characters)
---
timeout: 2700s
options:
substitution_option: ALLOW_LOOSE
Expand All @@ -8,14 +9,14 @@ steps:
- name: 'gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20221007-ad65926f6b'
entrypoint: make
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- TAG=$_GIT_TAG
- PULL_BASE_REF=$_PULL_BASE_REF
- DOCKER_BUILDKIT=1
- DOCKER_CLI_EXPERIMENTAL=enabled
- TAG=$_GIT_TAG
- PULL_BASE_REF=$_PULL_BASE_REF
- DOCKER_BUILDKIT=1
args:
- release-staging
- release-staging
substitutions:
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
# can be used as a substitution
# _GIT_TAG will be filled with a git-based tag for the image, of the form
# vYYYYMMDD-hash, and can be used as a substitution
_GIT_TAG: '12345'
_PULL_BASE_REF: 'dev'
1 change: 1 addition & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# between patch versions.
#
# update this file only when a new major or minor version is released
---
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
releaseSeries:
- major: 0
Expand Down
1 change: 1 addition & 0 deletions test/e2e/data/shared/v1beta1-provider/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
releaseSeries:
- major: 0
Expand Down
1 change: 1 addition & 0 deletions test/e2e/data/shared/v1beta1/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
kind: Metadata
releaseSeries:
Expand Down
1 change: 1 addition & 0 deletions tilt-provider.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: helm
config:
image: gcr.io/k8s-staging-cluster-api-helm/cluster-api-helm-controller
Expand Down

0 comments on commit d5915b6

Please sign in to comment.