Merge pull request #77 from elgnay/separate-e2e-build

Build e2e binary separately
This commit is contained in:
OpenShift Merge Robot
2020-09-16 06:46:56 +02:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ COPY . .
ENV GO_PACKAGE github.com/open-cluster-management/registration
RUN make build --warn-undefined-variables
RUN make build-e2e --warn-undefined-variables
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
COPY --from=builder /go/src/github.com/open-cluster-management/registration/registration /

View File

@@ -70,8 +70,6 @@ deploy-spoke: ensure-kustomize
deploy-all: deploy-hub deploy-webhook bootstrap-secret deploy-spoke
build: build-e2e
build-e2e:
go test -c ./test/e2e -mod=vendor