File tree 2 files changed +10
-10
lines changed 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
63
63
env :
64
64
HCLOUD_TOKEN : ' ${{ secrets.HCLOUD_TOKEN }}'
65
65
66
- - name : Clean up hetzner environment; just in case
67
- if : always()
68
- run : (cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform init && terraform destroy -auto-approve)
69
- env :
70
- HCLOUD_TOKEN : ' ${{ secrets.HCLOUD_TOKEN }}'
66
+ # - name: Clean up hetzner environment; just in case
67
+ # if: always()
68
+ # run: (cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform init && terraform destroy -auto-approve)
69
+ # env:
70
+ # HCLOUD_TOKEN: '${{ secrets.HCLOUD_TOKEN }}'
71
71
72
72
Original file line number Diff line number Diff line change 2
2
3
3
set -euo pipefail
4
4
5
- function cleanup {
6
- (cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform destroy -auto-approve)
7
- echo done
8
- }
9
- trap cleanup EXIT
5
+ # function cleanup {
6
+ # (cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform destroy -auto-approve)
7
+ # echo done
8
+ # }
9
+ # trap cleanup EXIT
10
10
(cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform init ; terraform apply -auto-approve )
11
11
adminhost=$( cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform output adminhost)
12
12
adminhost=" ${adminhost// \" / } " # remove extra quotes around the returned string
You can’t perform that action at this time.
0 commit comments