Skip to content

Commit

Permalink
update project_setup.sh for project variables
Browse files Browse the repository at this point in the history
  • Loading branch information
0snug0 committed Sep 18, 2018
1 parent 7748b18 commit fb60887
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/project_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set -o errexit
mydir=$(dirname $0)
source "$mydir/common.sh"

PROJECT=$(gcloud info --format='value(config.project)')
IAM_NAME="$GCFS_SA_NAME@$PROJECT.iam.gserviceaccount.com"

# Cleanup old service account and key
Expand Down

0 comments on commit fb60887

Please sign in to comment.