gitlab-runner: update from registrationToken to authenticationToken
This commit is contained in:
parent
c73663340a
commit
c091e2d40d
Binary file not shown.
Binary file not shown.
|
@ -1,11 +1,11 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
mkNixRunner =
|
||||
registrationConfigFile: with lib; rec {
|
||||
authenticationTokenConfigFile: with lib; rec {
|
||||
# File should contain at least these two variables:
|
||||
# `CI_SERVER_URL`
|
||||
# `REGISTRATION_TOKEN`
|
||||
inherit registrationConfigFile; # 2
|
||||
inherit authenticationTokenConfigFile; # 2
|
||||
dockerImage = "alpine:3.18.2";
|
||||
dockerAllowedImages = [ dockerImage ];
|
||||
dockerVolumes = [
|
||||
|
|
Loading…
Reference in a new issue