Skip to content

Commit

Permalink
Merge pull request #1185 from wking/installer-bazel-tarball-user-and-…
Browse files Browse the repository at this point in the history
…home

openshift-installer-presubmits: Set HOME and USER for bazel-build-tarball
  • Loading branch information
openshift-merge-robot authored Aug 14, 2018
2 parents 59cf1ef + 176eb70 commit 2aa8207
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,16 @@ presubmits:
containers:
- image: quay.io/coreos/tectonic-builder:bazel-v0.3
env:
- name: HOME
value: /tmp
- name: IS_CONTAINER
value: "TRUE"
- name: USER
value: bazel
command:
- sh
args:
- ./hack/test-bazel-build-tarball.sh
- ./hack/test-bazel-build-tarball.sh --action_env=HOME=/tmp

- name: ci-pull-openshift-installer-go-vet
trigger: "(?m)^/test go-vet"
Expand Down

0 comments on commit 2aa8207

Please sign in to comment.