Modern Python Projects Transcripts
Chapter: CI
Lecture: GitLab CI

Login or purchase this course to watch this video and the rest of the course contents.
0:00 If you are using GitLab instead of GitHub, then you can use the GitLab CI instead. The whole idea here is very similar to GitHub actions.
0:10 We have a pipeline that contains different stages, and those stages can contain different steps.
0:18 So, again you have to write a configuration file where you will define those different stages of the build. And then,
0:24 for each of those stage, you will define a set of steps to perform. If any of the steps fails, you get a error and the pipeline stops.
0:33 Let's see a real world example.


Talk Python's Mastodon Michael Kennedy's Mastodon