Skip to content

Commit

Permalink
add RUNNING_IN_CI variable to pass GO linter (#411)
Browse files Browse the repository at this point in the history
* add `RUNNING_IN_CI` variable to pass GO linter

* add `RUNNING_IN_CI` to IBM Cloud provider

* fix var type

* fix var type
  • Loading branch information
ppyt-pl authored Jan 5, 2022
1 parent aa0a15e commit af2cba0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ presubmits:
- entrypoint
- make
- build
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand All @@ -41,6 +44,9 @@ presubmits:
- entrypoint
- make
- test
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand All @@ -64,6 +70,9 @@ postsubmits:
- entrypoint
- make
- test
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand All @@ -85,6 +94,9 @@ postsubmits:
- entrypoint
- make
- build
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand All @@ -106,6 +118,9 @@ postsubmits:
- entrypoint
- make
- images
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ presubmits:
- entrypoint
- make
- build
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand All @@ -41,6 +44,9 @@ presubmits:
- entrypoint
- make
- test
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand All @@ -64,6 +70,9 @@ postsubmits:
- entrypoint
- make
- test
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand All @@ -85,6 +94,9 @@ postsubmits:
- entrypoint
- make
- build
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand All @@ -106,6 +118,9 @@ postsubmits:
- entrypoint
- make
- images
env:
- name: RUNNING_IN_CI
value: "true"
image: quay.io/multicloudlab/build-tool:v20210203-ad22dc7f6
name: ""
securityContext:
Expand Down

0 comments on commit af2cba0

Please sign in to comment.