mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
Make sure we're in the correct directory
this will make relative paths and terraform find the correct files
This commit is contained in:
@@ -43,6 +43,9 @@ done
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# ensure we're in the correct directory
|
||||||
|
cd $(dirname $0)
|
||||||
|
|
||||||
service_account="$username-terraform"
|
service_account="$username-terraform"
|
||||||
|
|
||||||
if [[ ! -s "secrets.auto.tfvars" ]]; then
|
if [[ ! -s "secrets.auto.tfvars" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user