mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Run TF tests from repo root (#4723)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f0572e59e7
commit
3776000fc4
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
cd "../inventory/$CLUSTER"
|
||||
terraform apply -auto-approve "../../contrib/terraform/$PROVIDER"
|
||||
cd ..
|
||||
terraform apply -auto-approve "contrib/terraform/$PROVIDER"
|
||||
|
||||
Reference in New Issue
Block a user