GitLab

Gitlab.com Quota

  • Public Repo Limit of 10GB
  • Finite pipeline minutes

Git Push Options

I wrote about this here: Create a Gitlab MR from the Terminal

# skip pipelines
git push -o ci.skip
 
# add ci variables
git push -o ci.variable="DEPLOY=QA"
 
# skip pipelines
git push -o merge_request.create
 
# set assigne
git push -o merge_request.assign="<user>"

See Push options | GitLab

Release Notes