Skip to content

Commit

Permalink
Merge pull request openshift#9066 from openshift-bot/auto-config-bran…
Browse files Browse the repository at this point in the history
…cher

Automate config brancher by auto-config-brancher job at Wed, 13 May 2020 09:02:43 UTC
  • Loading branch information
openshift-merge-robot authored May 13, 2020
2 parents d8cbfdd + 275894e commit 90e461c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ images:
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.12
- registry.svc.ci.openshift.org/ocp/builder:golang-1.13
paths: null
to: cluster-policy-controller
promotion:
Expand All @@ -42,7 +42,6 @@ tests:
from: bin
- as: verify-deps
commands: |
HOME=$( mktemp -d )
make verify-deps -k --warn-undefined-variables
container:
from: src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ images:
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.12
- registry.svc.ci.openshift.org/ocp/builder:golang-1.13
paths: null
to: cluster-policy-controller
promotion:
Expand All @@ -42,7 +42,6 @@ tests:
from: bin
- as: verify-deps
commands: |
HOME=$( mktemp -d )
make verify-deps -k --warn-undefined-variables
container:
from: src
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ images:
inputs:
bin:
as:
- registry.svc.ci.openshift.org/ocp/builder:golang-1.12
- registry.svc.ci.openshift.org/ocp/builder:golang-1.13
paths: null
to: cluster-policy-controller
promotion:
Expand All @@ -41,7 +41,6 @@ tests:
from: bin
- as: verify-deps
commands: |
HOME=$( mktemp -d )
make verify-deps -k --warn-undefined-variables
container:
from: src
Expand Down

0 comments on commit 90e461c

Please sign in to comment.