Merge branch 'fix/gitlab-runner' into 'main'

hainich/gitlab-runner: Move registration token

See merge request hacc/infra/haccfiles!27
This commit is contained in:
hexchen 2021-02-10 22:41:53 +00:00
commit 06cc39ccbd

View file

@ -9,10 +9,10 @@
buildsDir = "/var/lib/gitlab-runner/builds";
dockerImage = "nixos/nix";
executor = "docker";
registrationConfigFile = "/run/gitlab-runner.env";
registrationConfigFile = "/etc/gitlab-runner/gitlab-runner.env";
};
nix = {
registrationConfigFile = "/run/gitlab-runner.env";
registrationConfigFile = "/etc/gitlab-runner/gitlab-runner.env";
dockerImage = "alpine";
dockerVolumes = [
"/nix/store:/nix/store:ro"