forked from rarias/jungle
Unlock gitlab-runner to use in multiple projects
Fixes: rarias/jungle#241 Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
@@ -61,6 +61,8 @@
|
||||
registrationFlags = [
|
||||
# Increase build log length to 64 MiB
|
||||
"--output-limit 65536"
|
||||
# Allow the runner to be used in multiple projects
|
||||
"--locked=false"
|
||||
];
|
||||
preBuildScript = pkgs.writeScript "setup-container" ''
|
||||
mkdir -p -m 0755 /nix/var/log/nix/drvs
|
||||
|
||||
Reference in New Issue
Block a user