Skip to content

Commit

Permalink
Merge pull request #490 from ecordell/remove-vendor
Browse files Browse the repository at this point in the history
fix(build): don't vendor
  • Loading branch information
openshift-merge-robot authored Sep 28, 2018
2 parents 5ff98f3 + 2bb68f4 commit ffa56da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions upstream.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ WORKDIR /go/src/github.com/operator-framework/operator-lifecycle-manager
RUN curl -L https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 -o /bin/jq
RUN chmod +x /bin/jq
# Cache Dep first
COPY Gopkg.toml Gopkg.lock Makefile ./
RUN make vendor
COPY . .
RUN make build
RUN go test -c -o /bin/e2e ./test/e2e/...
Expand Down

0 comments on commit ffa56da

Please sign in to comment.