Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 6267c1b

Browse files
authored
Fix GitLab beginners' guide (#231)
1 parent 8c4183a commit 6267c1b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/start/gitlab.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,11 @@ Here, we'll walk through a tutorial to start using CML on GitLab.
6161
into a new file `.gitlab-ci.yml` and save.
6262

6363
```yaml
64-
train-model:
64+
train-and-report:
6565
image: iterativeai/cml:0-dvc2-base1
6666
script:
6767
- pip install -r requirements.txt
6868
- python train.py
69-
create-cml-report:
70-
needs: train-model
71-
image: iterativeai/cml:0-dvc2-base1
72-
script:
7369
- cat metrics.txt >> report.md
7470
- cml publish plot.png --md >> report.md
7571
- cml send-comment report.md

0 commit comments

Comments
 (0)