1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-18 06:40:04 +00:00

auth list before calling gcloud

This commit is contained in:
Jason Hall 2021-09-22 10:44:07 -04:00
parent 683870e07e
commit f49e79d672

View file

@ -40,7 +40,9 @@ jobs:
- name: Login
run: |
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
gcloud run services list # check auth; TODO: remove
# TODO remove
gcloud auth list
gcloud run services list
# Test a quick one first. TODO: remove
- run: ko publish ./cmd/random