mirror of
https://github.com/88lex/sa-gen.git
synced 2025-02-23 23:24:21 +08:00
enable multi services
This commit is contained in:
parent
4eab83ca32
commit
d2927302ed
1 changed files with 1 additions and 2 deletions
|
@ -29,8 +29,7 @@ enable_apis() {
|
|||
echo -e "Enabling apis for project = $PROJECT"
|
||||
set -x
|
||||
gcloud config set project $PROJECT
|
||||
gcloud services enable drive.googleapis.com
|
||||
gcloud services enable sheets.googleapis.com
|
||||
gcloud services enable drive.googleapis.com sheets.googleapis.com
|
||||
set +x
|
||||
sleep $CYCLE_DELAY
|
||||
}
|
Loading…
Reference in a new issue