Skip to content

Commit

Permalink
Merge pull request #497 from font/e2elocalshift
Browse files Browse the repository at this point in the history
Add missing binary to fix run-local-shift
  • Loading branch information
openshift-merge-robot authored Oct 4, 2018
2 parents 6c3a4ba + 026a27c commit 363876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-local-shift.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM golang:1.10
WORKDIR /go/src/github.com/operator-framework/operator-lifecycle-manager
COPY . .
RUN make build && cp bin/olm /bin/olm && cp bin/catalog /bin/catalog
RUN make build && cp bin/olm /bin/olm && cp bin/catalog /bin/catalog && cp bin/package-server /bin/package-server

COPY deploy/chart/catalog_resources /var/catalog_resources

Expand Down

0 comments on commit 363876e

Please sign in to comment.