Place gl runner registration file another place
/run/secrets got nuked after reboot or whatever
This commit is contained in:
@@ -23,7 +23,7 @@ let
|
||||
nix = {
|
||||
# NOTE(simkir): This must be uploaded to the host after you've
|
||||
# registered a runner in gitlab.
|
||||
registrationConfigFile = "/run/secrets/gitlab-runner-registration";
|
||||
registrationConfigFile = "/root/gitlab/gitlab-runner-registration";
|
||||
|
||||
# TODO(mrtz): https://archives.docs.gitlab.com/17.0/ee/ci/runners/new_creation_workflow/
|
||||
# authenticationTokenConfigFile = "";
|
||||
|
||||
Reference in New Issue
Block a user