gitlab-ci-runner icon indicating copy to clipboard operation
gitlab-ci-runner copied to clipboard

GitLab Runner PROJECT IS DEPRECATED NOW, PLEASE USE NEW GitLab Runner written in Go (previously named GitLab CI Multi Runner) INSTEAD

Results 10 gitlab-ci-runner issues
Sort by recently updated
recently updated
newest added

By default git clean won't remove git subdirs. This patch ensures that all git subdirs will be removed before starting the test.

the echo mode break multiline statements in the job file makeing it very hard to do something readable or echo a multiline statement into a file. bash already provides this...

This patch allows multiple runners to build the same project in parallel, as each runner has its own, dedicated directory for checking out and building the projects.

this is to fix builds on systems where /tmp is mounted with noexec

Ready to merge

If a HTTP_PROXY environment variable exists, the runner should use it automatically. This will enable the runner to run behind corporate firewalls where all web traffic must go trough a...

Ready to merge

see #125 Using '/usr/bin/env bash' adds more portability. Sorry for creating a separate issue for this before creating a pull request, but I didn't realize that the solution would be...

Ready to merge

I use this to have the runner (which is in a read-only live-cd-style VM image) reboot after each build, so it's pristine again when it starts a new job.

The check_pid function has been changed to go over the pids in the pid file and see if there are running processes with those ids. This also makes pull request...

Ready to merge

First off I am not a Ruby developer so please bare with me if this might not be the solution to go. This PR fixes a problem where the build...

Ready to merge

I had a situation where in some cases a project had dependencies on others projects being in the same directory. This change corresponds with changes in gitlab-ci pull request https://github.com/gitlabhq/gitlab-ci/pull/307...