You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
@test -s $$HOME/.config/gcloud/application_default_credentials.json|| { echo"GCP default dredentials do not exist. Run [gcloud auth application-default login] to configure them";exit 1; }
19
+
@test $(shellgcloud info --format="value(config.account)") || { echo "GCP dredentials do not exist. Run [gcloud auth login] to configure them"; exit 1; }
0 commit comments