From 89791fe85702ca3174cbd11f1109165e9d941cc2 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 14 Aug 2018 14:24:38 -0700 Subject: [PATCH] openshift-installer-presubmits: Separate sequence entry for --action_env Avoid [1]: sh: 0: Can't open ./hack/test-bazel-build-tarball.sh --action_env=HOME=/tmp [1]: https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_installer/125/ci-pull-openshift-installer-bazel-build-tarball/18/build-log.txt --- .../openshift/installer/openshift-installer-presubmits.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml index b9d88388fb9fa..0572e9ad4776b 100644 --- a/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml +++ b/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml @@ -175,7 +175,8 @@ presubmits: command: - sh args: - - ./hack/test-bazel-build-tarball.sh --action_env=HOME=/tmp + - ./hack/test-bazel-build-tarball.sh + - --action_env=HOME=/tmp - name: ci-pull-openshift-installer-go-vet trigger: "(?m)^/test go-vet"