Skip to content

Commit

Permalink
update prow jobs for ibm-ingress-nginx-operator. (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morven Cao authored Oct 14, 2020
1 parent 90aebe7 commit d923b1e
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ presubmits:
- command:
- entrypoint
- make
- build-image-amd64
- build-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
Expand All @@ -69,7 +69,7 @@ presubmits:
- command:
- entrypoint
- make
- build-image-ppc64le
- build-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
Expand All @@ -88,7 +88,7 @@ presubmits:
- command:
- entrypoint
- make
- build-image-s390x
- build-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
Expand Down Expand Up @@ -130,7 +130,7 @@ postsubmits:
- command:
- entrypoint
- make
- push-image-amd64
- push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
Expand All @@ -148,7 +148,7 @@ postsubmits:
- command:
- entrypoint
- make
- push-image-ppc64le
- push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
Expand All @@ -166,7 +166,7 @@ postsubmits:
- command:
- entrypoint
- make
- push-image-s390x
- push-image
image: quay.io/multicloudlab/build-tool:v20200817-b1f2b4c05
name: ""
securityContext:
Expand Down

0 comments on commit d923b1e

Please sign in to comment.