Top "Gitlab" questions

GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.

Disable pipeline for every commit in Gitlab and only run it on open merge request

The CI pipeline runs on every commit in my Gitlab repository at work. Is there way to disable that and …

gitlab gitlab-ci
What is gitlab runner

I think I'm fundamentally missing something. I'm new to CI/CD and trying to set up my first pipeline ever …

gitlab devops gitlab-ci-runner
git fetch --unshallow gives :"fatal: --unshallow on a complete repository does not make sense" error

I am unable to git clone a remote repository using plain git clone path I get the error "The remote …

git github gitlab git-clone git-fetch
How can I let the gitlab-ci-runner DinD image cache intermediate images?

I have a Dockerfile that starts with installing the texlive-full package, which is huge and takes a long time. If …

docker gitlab gitlab-ci gitlab-ci-runner
how can I get a global rss feed on Gitlab?

In Gitlab there is an RSS news feed button for every project. http://git.domain.name/userName/projectName/commits/master.…

rss gitlab atom-feed
GitLab: How to disable automatic startup?

I have not found a way to disable the automatic startup and it ends up using too much RAM when …

debian gitlab gitlab-ci gitlab-omnibus gitlab-8
Gitlab CI runner not able to expose ports of nested Docker containers

When using GitLab CI, as well as the gitlab-ci-multi-runner, I'm unable to get internally-started Docker containers to expose their ports …

docker gitlab docker-compose gitlab-ci
Deploying GitLab pages for different branches

I am deploying my React app using GitLab Pages, and it works well. Here is my gitlab-ci.yml: # Using the …

git gitlab gitlab-pages
How to access variables in gitlab-ci.yml using gitlab-ci-multi-runner on windows

I can't find out how to access variables in a build-script provided by the gitlab-ci.yml-file. I have tried to …

gitlab gitlab-ci gitlab-ci-runner
How to version or tag incrementally in Gitlab CI/CD when merging from Production to Master branch

I’m working on a project and I wanted to tag or give a version number. I wanted gitlab to …

git gitlab versioning git-tag gitversion