Skip to content

Commit

Permalink
drop export and use oneliner
Browse files Browse the repository at this point in the history
Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
  • Loading branch information
weshayutin and kaovilai authored Oct 16, 2024
1 parent 7b7bc8d commit 4ec125f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.prow
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ local-build-test-e2e: build push clone-oadp-operator
.PHONY: local-test-e2e
local-test-e2e: clone-oadp-operator
@echo "Running oadp-operator e2e tests locally"
pushd $(OADP_E2E_DIR) && export VELERO_IMAGE=$(LOCAL_BUILT_IMAGE) && export OPENSHIFT_CI=false && export GINKGO_ARGS=$(GINKGO_ARGS) && make test-e2e && popd
pushd $(OADP_E2E_DIR) && VELERO_IMAGE=$(LOCAL_BUILT_IMAGE) OPENSHIFT_CI=false GINKGO_ARGS=$(GINKGO_ARGS) make test-e2e && popd

0 comments on commit 4ec125f

Please sign in to comment.