mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
8 lines
183 B
Bash
Executable file
8 lines
183 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# To run script: ./teardownSmokeTest.sh
|
|
# requires TF_VAR_gitlab_token env var to be set
|
|
|
|
cd qa/tf/ci/smoketest
|
|
export TF_IN_AUTOMATION=1
|
|
terraform destroy -auto-approve
|