Compare commits

...
Author SHA1 Message Date
ivanmkc a3af081586 Added gcloud components update step 2021-10-07 17:08:25 -04:00
@@ -5,6 +5,12 @@ steps:
args:
- -c
- 'gcloud config list'
# Update gcloud if required
- name: ${_PYTHON_IMAGE}
entrypoint: /bin/sh
args:
- -c
- 'gcloud components update'
# Check the Python version
- name: ${_PYTHON_IMAGE}
entrypoint: /bin/sh