Skip to content

Commit 148eda2

Browse files
committed
feat: remove pipeline submit
1 parent 93c07d6 commit 148eda2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aml_service/04-AmlPipelines.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
choices=["pipeline-test", "publish"],
5151
help="Determines if pipeline needs to run on small data set \
5252
or pipeline needs to be republished",
53-
default="pipeline-test",
53+
#default="pipeline-test",
5454
)
5555

5656
args = parser.parse_args()
@@ -154,6 +154,7 @@
154154
pipeline1.validate()
155155
print("Pipeline validation complete")
156156

157+
157158
# Submit unpublished pipeline with small data set for test
158159
if args.pipeline_action == "pipeline-test":
159160
pipeline_run1 = Experiment(ws, experiment_name).submit(

0 commit comments

Comments
 (0)