summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-08-25 16:30:31 -0700
committerPete Higgins <pete@peterhiggins.org>2020-08-25 17:46:59 -0700
commit19984934bf5eb1f3e4afe80705f1c4b0dc085529 (patch)
tree856eab08aacdee5b5d117f97cd5b23f9ffe1fdc2 /scripts
parente11e3e01b0749d0355c39f2625b4d106523b79d1 (diff)
downloadchef-19984934bf5eb1f3e4afe80705f1c4b0dc085529.tar.gz
Fix hab testing script.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/install-hab.sh1
-rwxr-xr-xscripts/ci/verify-plan.sh1
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 () {