Skip to content

Commit f930580

Browse files
authored
Update getting_started.md
1 parent bd2a43b commit f930580

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/getting_started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,14 @@ In your [Azure DevOps](https://dev.azure.com) project create and run a new build
9393

9494
![configure ci build pipeline](./images/ci-build-pipeline-configure.png)
9595

96-
Once the pipline is finished, explore the execution logs:
96+
Name the pipeline **ci-build**. Once the pipline is finished, explore the execution logs:
9797

9898
![ci build logs](./images/ci-build-logs.png)
9999

100100
and checkout a published training pipeline in the **mlops-AML-WS** workspace in [Azure Portal](https://ms.portal.azure.com/):
101101

102102
![training pipeline](./images/training-pipeline.png)
103103

104-
Rename the pipeline as **ci-build**.
105104

106105
Great, you now have the build pipeline setup, you can either manually trigger it or it gets automatically triggered everytime there is a change in the master branch. The pipeline performs linitnig, unit testing, builds and publishes an **ML Training Pipeline** in an **ML Workspace**
107106

0 commit comments

Comments
 (0)