We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCP Cloud configuration from one my my Gitpod yml files
sudo apt-get install apt-transport-https ca-certificates gnupg -y echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" | sudo tee -a /etc/apt/sources.list.d/google-cloud-sdk.list curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - sudo apt-get update && sudo apt-get install google-cloud-cli -y
The text was updated successfully, but these errors were encountered:
Merge pull request #25 from yaya2devops/latest
0a4583a
Config PostgreSQL CLI & GCP SDK #14 #12
yaya2devops
Successfully merging a pull request may close this issue.
GCP Cloud configuration from one my my Gitpod yml files
The text was updated successfully, but these errors were encountered: