mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
terraform init + logging
This commit is contained in:
parent
07698aaea4
commit
df0450f257
5
.github/actions/e2e_mini/action.yml
vendored
5
.github/actions/e2e_mini/action.yml
vendored
@ -62,4 +62,7 @@ runs:
|
||||
if: (failure() && steps.e2e-test.conclusion == 'failure') || cancelled()
|
||||
run: |
|
||||
cd e2e/miniconstellation
|
||||
echo $(terraform output -raw rg_name) | xargs az group delete -y --resource-group
|
||||
terraform init
|
||||
rg_name=$(terraform output -raw rg_name)
|
||||
echo "[*] Deleting resource group $rg_name"
|
||||
az group delete -y --resource-group "$rg_name"
|
||||
|
Loading…
x
Reference in New Issue
Block a user