We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3e5f4 commit 9dc8f21Copy full SHA for 9dc8f21
.github/workflows/presubmit-tests.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install toolbox binary
31
run: |
32
VERSION=$(cat toolbox_version.txt)
33
- curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/linux/amd64/toolbox
+ curl -L -o toolbox "https://storage.googleapis.com/genai-toolbox/v${VERSION}/linux/amd64/toolbox"
34
chmod +x toolbox
35
36
- name: Install Extension
0 commit comments