mirror of
https://github.com/88lex/sa-gen.git
synced 2025-02-24 23:54:22 +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"
|
echo -e "Enabling apis for project = $PROJECT"
|
||||||
set -x
|
set -x
|
||||||
gcloud config set project $PROJECT
|
gcloud config set project $PROJECT
|
||||||
gcloud services enable drive.googleapis.com
|
gcloud services enable drive.googleapis.com sheets.googleapis.com
|
||||||
gcloud services enable sheets.googleapis.com
|
|
||||||
set +x
|
set +x
|
||||||
sleep $CYCLE_DELAY
|
sleep $CYCLE_DELAY
|
||||||
}
|
}
|
Loading…
Reference in a new issue