aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/provision.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/provision.sh')
-rwxr-xr-xscripts/ci/provision.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/provision.sh b/scripts/ci/provision.sh
index a17d7cc..0ebdcb0 100755
--- a/scripts/ci/provision.sh
+++ b/scripts/ci/provision.sh
@@ -48,7 +48,7 @@ echo "Done."
if [[ "${DESTROY_VOLUME:-}" != "" ]]; then
echo "Destroying existing infrastructure..."
- terraform destroy -input=false -auto-approve ./logs/terraform-destroy.txt 2>&1
+ terraform destroy -input=false -auto-approve > ./logs/terraform-destroy.txt 2>&1
else
echo "Skipping explicit intentional destruction of existing infrastructure..."
fi