Skip to content

Commit

Permalink
fix artifact (kubeflow#2449)
Browse files Browse the repository at this point in the history
  • Loading branch information
lluunn authored and k8s-ci-robot committed Feb 12, 2019
1 parent f1a8b49 commit 33a3f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/workflows/components/click_deploy_test.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ local dagTemplates = [
"-m",
"testing.test_deploy_app",
"--namespace=" + name,
"--artifacts_dir=" + outputDir,
"--artifacts_dir=" + artifactsDir,
"--iap_wait_min=15",
],
working_dir=testDir
Expand Down

0 comments on commit 33a3f4a

Please sign in to comment.