Skip to content

Instantly share code, notes, and snippets.

View mjaliz's full-sized avatar
🎯
Focusing

MohammadJavad Alizadeh mjaliz

🎯
Focusing
View GitHub Profile
@mjaliz
mjaliz / gitlabCICD.md
Last active September 17, 2023 13:11
Notes about GitlabCI/CD

This gist is some notes about Gitlab CI/CD

To start a pipline you need to create a specfic file: .gitlab-ci.yml

We need jobs to do anything in gitlab CI:

build the car:
    script:
      - mkdir build
      - cd build
- touch car.txt