Skip to content

Commit

Permalink
Merge pull request #909 from jpeeler/kubeconfig-env
Browse files Browse the repository at this point in the history
allow KUBECONFIG to be set from env in run_e2e_bare.sh
  • Loading branch information
openshift-merge-robot authored Jun 17, 2019
2 parents ddfb803 + f01a693 commit 5eab015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_e2e_bare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ fi

echo "${test_flags}"
go test -c -tags=bare -mod=vendor -v -o e2e-bare github.com/operator-framework/operator-lifecycle-manager/test/e2e
./e2e-bare -test.v -test.timeout 20m ${test_flags} -kubeconfig=minikube.kubeconfig -namespace=$(cat e2e.namespace) -olmNamespace=operator-lifecycle-manager
./e2e-bare -test.v -test.timeout 20m ${test_flags} -kubeconfig=${KUBECONFIG:-minikube.kubeconfig} -namespace=$(cat e2e.namespace) -olmNamespace=operator-lifecycle-manager

0 comments on commit 5eab015

Please sign in to comment.