mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
7 lines
134 B
Bash
Executable file
7 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# To run script: ./teardownSmokeTest.sh
|
|
|
|
cd qa/tf/ci/smoketest
|
|
export TF_IN_AUTOMATION=1
|
|
terraform destroy -auto-approve
|