From 3762518e7a15d0555f1113cc16d5e8ace371cd65 Mon Sep 17 00:00:00 2001 From: AT-jamesp0013 Date: Mon, 11 Nov 2019 09:40:56 -0500 Subject: [PATCH] Update azdo-ci-build-train.yml for Azure Pipelines --- .pipelines/azdo-ci-build-train.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.pipelines/azdo-ci-build-train.yml b/.pipelines/azdo-ci-build-train.yml index efecb7f8..ab611241 100644 --- a/.pipelines/azdo-ci-build-train.yml +++ b/.pipelines/azdo-ci-build-train.yml @@ -27,24 +27,6 @@ steps: displayName: 'Publish Azure Machine Learning Pipeline. Python on ML' enabled: 'true' -- bash: | - # Invoke the Python building and publishing a training pipeline with R on ML Compute - python3 $(Build.SourcesDirectory)/ml_service/pipelines/build_train_pipeline_with_r.py - failOnStderr: 'false' - env: - SP_APP_SECRET: '$(SP_APP_SECRET)' - displayName: 'Publish Azure Machine Learning Pipeline. R on ML Compute' - enabled: 'false' - -- bash: | - # Invoke the Python building and publishing a training pipeline with R on DataBricks - python3 $(Build.SourcesDirectory)/ml_service/pipelines/build_train_pipeline_with_r_on_dbricks.py - failOnStderr: 'false' - env: - SP_APP_SECRET: '$(SP_APP_SECRET)' - displayName: 'Publish Azure Machine Learning Pipeline. R on DataBricks' - enabled: 'false' - - task: CopyFiles@2 displayName: 'Copy Files to: $(Build.ArtifactStagingDirectory)' inputs: