Tutorials in this repo require different Git branches to be activated. Follow the tutorial instructions and table below.
Tutorial | Target branch |
---|---|
1-cli-get-started.md | - |
2-git-basics.md | - |
3-git-remote.md | main |
4-git-fork.md | main |
5-git-assignment.md | main |
CI pipeline in .gitlab-ci.yml
builds Docker image
and pushes it a container registry of the project school/testing
.
To be able to login docker registry define in subgroup school/modules
CI/CD Variable:
PAT=<your-gitlab-personal-access-token>