Skip to content

Commit d402d32

Browse files
authored
chore: Enhance documentation for Trail creation process
Added a warning on running an exaple manual train in your copy of `labs` repo.
1 parent 6935c74 commit d402d32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lab-02-flows-and-trails.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ kosli begin trail $(git rev-parse HEAD) \
122122
kosli get trail $(git rev-parse HEAD) \
123123
--flow labs-pipeline
124124
```
125+
> :warning: Make sure to run this in your copy of the labs repository!
125126
126127
The Trail name is the git commit SHA, which uniquely identifies this execution. This allows Kosli to connect all activities (builds, tests, deployments) that happen for this specific commit.
127128

0 commit comments

Comments
 (0)