Run TF tests from repo root (#4723)

This commit is contained in:
Maxime Guyot
2019-05-09 08:40:49 +02:00
committed by Kubernetes Prow Robot
parent f0572e59e7
commit 3776000fc4
3 changed files with 12 additions and 12 deletions

View File

@@ -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"