diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-08-25 16:30:31 -0700 |
---|---|---|
committer | Pete Higgins <pete@peterhiggins.org> | 2020-08-25 17:46:59 -0700 |
commit | 19984934bf5eb1f3e4afe80705f1c4b0dc085529 (patch) | |
tree | 856eab08aacdee5b5d117f97cd5b23f9ffe1fdc2 /scripts | |
parent | e11e3e01b0749d0355c39f2625b4d106523b79d1 (diff) | |
download | chef-19984934bf5eb1f3e4afe80705f1c4b0dc085529.tar.gz |
Fix hab testing script.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ci/install-hab.sh | 1 | ||||
-rwxr-xr-x | scripts/ci/verify-plan.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci/install-hab.sh b/scripts/ci/install-hab.sh index b65a89d706..75e910bfab 100755 --- a/scripts/ci/install-hab.sh +++ b/scripts/ci/install-hab.sh @@ -3,6 +3,7 @@ set -euo pipefail export HAB_LICENSE="accept" +export HAB_NONINTERACTIVE="true" hab_target="$1" diff --git a/scripts/ci/verify-plan.sh b/scripts/ci/verify-plan.sh index 71aac8d767..b207334267 100755 --- a/scripts/ci/verify-plan.sh +++ b/scripts/ci/verify-plan.sh @@ -6,6 +6,7 @@ export HAB_ORIGIN='ci' export PLAN='chef-infra-client' export CHEF_LICENSE="accept-no-persist" export HAB_LICENSE="accept-no-persist" +export HAB_NONINTERACTIVE="true" # print error message followed by usage and exit error () { |