GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.
The CI pipeline runs on every commit in my Gitlab repository at work. Is there way to disable that and …
gitlab gitlab-ciI 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-runnerI 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-runnerIn Gitlab there is an RSS news feed button for every project. http://git.domain.name/userName/projectName/commits/master.…
rss gitlab atom-feedI 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-8When 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-ciI am deploying my React app using GitLab Pages, and it works well. Here is my gitlab-ci.yml: # Using the …
git gitlab gitlab-pagesI 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-runnerI’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