Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lab-01-get-ready.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ So far so good :tada:. We will go a lot more in detail with Kosli in the next se
- Click the "Use this template" button in the top-right corner of the page
- Select "Create a new repository"
- Select your personal GitHub account as the "Owner" and name the repository `labs`
- Optionally, add a description and choose to make the repository public or private
- Optionally add a description, and choose to make the repository public or private
- Click "Create repository from template"
- Wait for GitHub to complete the copy process
- You should now have a copy at `https://github.com/YOUR-GITHUB-USERNAME/labs`
Expand Down Expand Up @@ -84,7 +84,7 @@ So far so good :tada:. We will go a lot more in detail with Kosli in the next se
- **Deploy**: Starts and stops the application container
- Wait for all jobs to complete (green checkmarks)

![Pipeline](img\pipeline.png)
![Pipeline](img/pipeline.png)

- If any jobs fail, review the logs to understand what went wrong

Expand Down
Loading