Skip to content

Commit

Permalink
autoformat jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Oct 31, 2018
1 parent 678337d commit 0cc5fc8
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,11 @@
template: "test-tf-serving",
dependencies: ["deploy-tf-serving"],
},
{
name: "deploy-spark-job",
template: "deploy-spark-job",
dependencies: ["setup"],
},
{
name: "deploy-spark-job",
template: "deploy-spark-job",
dependencies: ["setup"],
},
{
name: "deploy-tf-serving-gpu",
template: "deploy-tf-serving-gpu",
Expand Down Expand Up @@ -283,12 +283,12 @@
];
local deploy_spark_job_command = [
"python",
"-m",
"testing.spark_deploy",
"--project=" + project,
"--namespace=" + stepsNamespace,
"--test_dir=" + testDir,
"--artifacts_dir=" + artifactsDir,
"-m",
"testing.spark_deploy",
"--project=" + project,
"--namespace=" + stepsNamespace,
"--test_dir=" + testDir,
"--artifacts_dir=" + artifactsDir,
];
local deploy_tf_serving_command_base = [
"python",
Expand Down

0 comments on commit 0cc5fc8

Please sign in to comment.