gitlab-runner
gitlab-runner 19.2.1
GitLab Runner the continuous integration executor of GitLab
https://docs.gitlab.com/runnerMIT License
main program: gitlab-runnerprograms: clear-docker-cache, gitlab-runner-helper, gitlab-runner
Maintainers
Platforms (30)
i686-linuxmicroblazeel-linuxmipsel-linuxpowerpc-linuxaarch64-linuxloongarch64-linuxmips64el-linuxm68k-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ gitlab-runner ];
Ad-hoc shell
nix-shell -p gitlab-runner
Flake (nix run)
nix run nixpkgs#gitlab-runner