Top "Gitlab" questions

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

Gitlab-runner local build - login from non TTY device

I'm trying to build my project locally using gitlab-runner on Linux. docker-build: stage: build image: docker:latest script: - docker …

docker gitlab
how to access multiple repositories in CI build?

We have a project that is composed of multiple (non-public) repositories. To build the whole project, the build system needs …

gitlab gitlab-ci
Gitlab - Xcode Can't connect with remote repository

I am having troubles when I connect with my repository through Xcode. I have a Gitlab version (full pre-)installed …

xcode git gitlab turnkeylinux.org
How to deploy to Heroku directly from my Gitlab repository

In my team, we use Gitlab as a remote repository, so we are looking for a solution to auto deploy …

git heroku deployment gitlab continuous-deployment
Forking Git repository from GitHub to GitLab

Suppose that I would like to implement a fix to a project of someone else. That project resides on GitHub. …

git github gitlab git-fork
How to fix 'The project you were looking for could not be found' when using git clone

I am trying to clone a project from gitlab to my local machine. I have been granted rights as a …

git gitlab project git-bash cloning
How to merge branch to master?

I do have a local branch with some changes, and I want to merge it to remote master. When I …

git merge gitlab gitlab-ci
How to run a gitlab-ci.yml job only on a tagged branch?

How do I run a .gitlab-ci.yml job only on a tagged Master branch? job: script: - echo "Do something" …

gitlab gitlab-ci gitlab-ci-runner
Fingerprint has already been taken gitlab

I formatted my Windows 7 laptop and in an attempt to have git setup working again, I installed git and source …

gitlab ssh-keys
Change Gitlab CI Runner user

Currently when I start a build in GitlabCI it is running under gitlab-runner user. I want to change it the …

gitlab gitlab-ci gitlab-ci-runner