Skip to content

Commit 24936f6

Browse files
committed
sudo
1 parent 9653b0a commit 24936f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
- name: Run smoke tests
3636
run: |
3737
export ARTIFACTS=$RUNNER_TEMP
38+
sudo ln -s $(which gcloud) /usr/bin/gcloud
3839
java -jar runner.jar smoke-tests/runner.config

smoke-tests/runner.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ core {
22
# gcloud
33
## This option is the path to the Gcloud executable. It may be relative or
44
## absolute. This is optional, because the default is `/usr/bin/gcloud`.
5-
gcloud gcloud
65

76
# gradle
87
## This option is the path to the Gradle executable. It may be relative or

0 commit comments

Comments
 (0)