Skip to content

Commit

Permalink
GITBOOK-584: change request with no subject merged in GitBook
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop authored and gitbook-bot committed Feb 27, 2024
1 parent 6066ff8 commit 271208f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@ options:
logging: CLOUD_LOGGING_ONLY
```
Install gcloud inside cloud build:
```bash
# https://stackoverflow.com/questions/28372328/how-to-install-the-google-cloud-sdk-in-a-docker-image
curl https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz > /tmp/google-cloud-sdk.tar.gz
mkdir -p /usr/local/gcloud
tar -C /usr/local/gcloud -xvf /tmp/google-cloud-sdk.tar.gz
/usr/local/gcloud/google-cloud-sdk/install.sh
```

### Enumeration

You could find **sensitive info in build configs and logs**.
Expand Down

0 comments on commit 271208f

Please sign in to comment.