Loading nixos/modules/services/continuous-integration/github-runner/service.nix +2 −3 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ in # The state directory is entirely empty which indicates a first start copy_tokens fi # Always clean workDir find -H "$WORK_DIRECTORY" -mindepth 1 -delete ''; configureRunner = writeScript "configure" '' if [[ -e "${newConfigTokenPath}" ]]; then Loading Loading @@ -159,9 +161,6 @@ in fi ''; setupWorkDir = writeScript "setup-work-dirs" '' # Cleanup previous service ${pkgs.findutils}/bin/find -H "$WORK_DIRECTORY" -mindepth 1 -delete # Link _diag dir ln -s "$LOGS_DIRECTORY" "$WORK_DIRECTORY/_diag" Loading Loading
nixos/modules/services/continuous-integration/github-runner/service.nix +2 −3 Original line number Diff line number Diff line Loading @@ -124,6 +124,8 @@ in # The state directory is entirely empty which indicates a first start copy_tokens fi # Always clean workDir find -H "$WORK_DIRECTORY" -mindepth 1 -delete ''; configureRunner = writeScript "configure" '' if [[ -e "${newConfigTokenPath}" ]]; then Loading Loading @@ -159,9 +161,6 @@ in fi ''; setupWorkDir = writeScript "setup-work-dirs" '' # Cleanup previous service ${pkgs.findutils}/bin/find -H "$WORK_DIRECTORY" -mindepth 1 -delete # Link _diag dir ln -s "$LOGS_DIRECTORY" "$WORK_DIRECTORY/_diag" Loading