gcloud test

This commit is contained in:
Jacob Heider 2023-12-17 17:47:47 -05:00
parent a48b7a8ecf
commit 768b295159
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -50,9 +50,9 @@ test:
dependencies: dependencies:
gnu.org/readline: 8.2.0 gnu.org/readline: 8.2.0
script: script:
- run: - run: |
- ldd {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8 ls -l {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8
- ls -l {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8 ldd {{deps.gnu.org/readline.prefix}}/lib/libreadline.so.8
if: linux if: linux
- gcloud --version | grep {{version}} - gcloud --version | grep {{version}}
# for more tests we need to authenticate with a service account # for more tests we need to authenticate with a service account