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