An open API service indexing awesome lists of open source software.

https://github.com/chanhi2000/my-first-pipeline

GitLab CI Tutorial
https://github.com/chanhi2000/my-first-pipeline

ci git gitlab gitlab-ci gitlab-runner

Last synced: 2 months ago
JSON representation

GitLab CI Tutorial

Awesome Lists containing this project

README

          

# my-first-pipeline

This course will teach you how to use GitLab CI to create CI/CD pipelines for building and deploying software to AWS.

![shield-gitlab][shield-gitlab]

---

## ✅TODO

- [x] create `.gitlab-ci.yml` that prints "Hello world"
- [x] run simple sh commands (w/ `alpine` docker image)
- [x] define global `variables`: `BUILD_FILE_NAME`

[shield-gitlab]: https://img.shields.io/badge/Gitlab-FC6D26?logo=gitlab&logoColor=white&style=flat-square

[job01]: imgs/job01.png
[job02]: imgs/job02.png
[job03a]: imgs/job03a.png
[job03a-1]: imgs/job03a-1.png
[job03a-2]: imgs/job03a-2.png
[job03b]: imgs/job03b.png