Skip to content

Commit

Permalink
cleanup: remove get oc/helm script
Browse files Browse the repository at this point in the history
Signed-off-by: Allen Bai <[email protected]>
  • Loading branch information
Allen Bai committed Dec 15, 2021
1 parent f4a02a3 commit 806c532
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 43 deletions.
8 changes: 1 addition & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,12 @@ RUN go mod download

COPY . .

RUN ./hack/get-oc.sh

RUN ./hack/get-helm.sh

RUN ./hack/build.sh
RUN go build -o ./out/chart-verifier main.go

FROM registry.access.redhat.com/ubi8/ubi-minimal

COPY --from=build /tmp/src/out/chart-verifier /app/chart-verifier

COPY --from=build /usr/local/bin/* /usr/local/bin/

COPY ./config /app/config

COPY cmd/release /app/releases
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ gofmt:

.PHONY: bin
bin:
hack/build.sh
go build -o ./out/chart-verifier main.go

.PHONY: test
test:
Expand Down
18 changes: 0 additions & 18 deletions hack/build.sh

This file was deleted.

12 changes: 0 additions & 12 deletions hack/get-helm.sh

This file was deleted.

5 changes: 0 additions & 5 deletions hack/get-oc.sh

This file was deleted.

0 comments on commit 806c532

Please sign in to comment.