Skip to content

Commit

Permalink
Merge pull request openshift#123 from russellb/fix-local-unit-artifacts
Browse files Browse the repository at this point in the history
hack/unit: Set a default value for ARTIFACTS
  • Loading branch information
metal3-io-bot committed Oct 10, 2019
2 parents 418511a + eb70b60 commit 134c3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
set -eux

IS_CONTAINER=${IS_CONTAINER:-false}
ARTIFACTS=${ARTIFACTS:-/tmp}

if [ "${IS_CONTAINER}" != "false" ]; then
eval "$(go env)"
Expand Down

0 comments on commit 134c3b7

Please sign in to comment.