Skip to content

Commit

Permalink
Fix get-credentials in notebook tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Lewi committed Jul 2, 2020
1 parent 1ff0ee4 commit 795ffae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- get-credentials
- --pattern=$(inputs.params.testing-cluster-pattern)
- --location=$(inputs.params.testing-cluster-location)
- get-credentials
- --output=/workspace/cluster.info.yaml
command:
- python
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
- get-credentials
- --pattern=$(inputs.params.testing-cluster-pattern)
- --location=$(inputs.params.testing-cluster-location)
- get-credentials
- --output=/workspace/cluster.info.yaml
command:
- python
env:
Expand Down
2 changes: 1 addition & 1 deletion tekton/templates/tasks/notebook-test-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
- get-credentials
- --pattern=$(inputs.params.testing-cluster-pattern)
- --location=$(inputs.params.testing-cluster-location)
- get-credentials
- --output=/workspace/cluster.info.yaml
env:
- name: PYTHONPATH
value: /srcCache/kubeflow/testing/py
Expand Down

0 comments on commit 795ffae

Please sign in to comment.