Skip to content

Commit

Permalink
update build tool version for ibm-cert-manager-operator (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swati Nair authored Aug 15, 2020
1 parent a146cd2 commit 6425b4e
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ presubmits:
- command:
- make
- build
image: quay.io/multicloudlab/build-tools:v20191217-d33a10d
image: quay.io/multicloudlab/build-tool:v20200806-cf0548d
name: ""
securityContext:
privileged: true
Expand All @@ -29,7 +29,7 @@ presubmits:
- command:
- make
- check
image: quay.io/multicloudlab/build-tools:v20191217-d33a10d
image: quay.io/multicloudlab/build-tool:v20200806-cf0548d
name: ""
securityContext:
privileged: true
Expand All @@ -46,7 +46,7 @@ presubmits:
- command:
- make
- test
image: quay.io/multicloudlab/build-tools:v20191217-d33a10d
image: quay.io/multicloudlab/build-tool:v20200806-cf0548d
name: ""
securityContext:
privileged: true
Expand All @@ -64,7 +64,7 @@ postsubmits:
- command:
- make
- check
image: quay.io/multicloudlab/build-tools:v20191217-d33a10d
image: quay.io/multicloudlab/build-tool:v20200806-cf0548d
name: ""
securityContext:
privileged: true
Expand All @@ -78,7 +78,7 @@ postsubmits:
- command:
- make
- test
image: quay.io/multicloudlab/build-tools:v20191217-d33a10d
image: quay.io/multicloudlab/build-tool:v20200806-cf0548d
name: ""
securityContext:
privileged: true
Expand All @@ -92,7 +92,7 @@ postsubmits:
- command:
- make
- coverage
image: quay.io/multicloudlab/build-tools:v20191217-d33a10d
image: quay.io/multicloudlab/build-tool:v20200806-cf0548d
name: ""
env:
- name: CODECOV_TOKEN
Expand All @@ -112,7 +112,7 @@ postsubmits:
- command:
- make
- build
image: quay.io/multicloudlab/build-tools:v20191217-d33a10d
image: quay.io/multicloudlab/build-tool:v20200806-cf0548d
name: ""
securityContext:
privileged: true
Expand All @@ -129,7 +129,7 @@ postsubmits:
- entrypoint
- make
- images
image: quay.io/multicloudlab/multicloudlab-builder:v20191217-d33a10d
image: quay.io/multicloudlab/build-tool:v20200806-cf0548d
name: ""
securityContext:
privileged: true

0 comments on commit 6425b4e

Please sign in to comment.