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 9653b0a commit 24936f6Copy full SHA for 24936f6
.github/workflows/smoke-tests.yml
@@ -35,4 +35,5 @@ jobs:
35
- name: Run smoke tests
36
run: |
37
export ARTIFACTS=$RUNNER_TEMP
38
+ sudo ln -s $(which gcloud) /usr/bin/gcloud
39
java -jar runner.jar smoke-tests/runner.config
smoke-tests/runner.config
@@ -2,7 +2,6 @@ core {
2
# gcloud
3
## This option is the path to the Gcloud executable. It may be relative or
4
## absolute. This is optional, because the default is `/usr/bin/gcloud`.
5
- gcloud gcloud
6
7
# gradle
8
## This option is the path to the Gradle executable. It may be relative or
0 commit comments