Skip to content

Commit

Permalink
remove CLOUDSDK env variable , not needed here (apache#30970)
Browse files Browse the repository at this point in the history
  • Loading branch information
volatilemolotov authored Apr 15, 2024
1 parent f41f364 commit eb7ad46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ jobs:
with:
python-version: 3.11
- name: run PostCommit XVR PythonUsingJavaSQL Dataflow script
env:
CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingSql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
3.8
3.11
- name: run PostCommit XVR PythonUsingJava Dataflow script
env:
CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}
uses: ./.github/actions/gradle-command-self-hosted-action
with:
gradle-command: :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingJava
Expand Down

0 comments on commit eb7ad46

Please sign in to comment.