feat(cmd/joj3): add prefix to env vars [force build]
This commit is contained in:
		
							parent
							
								
									45b4bdd369
								
							
						
					
					
						commit
						6ddd403f08
					
				
							
								
								
									
										6
									
								
								cmd/joj3/env/env.go
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								cmd/joj3/env/env.go
									
									
									
									
										vendored
									
									
								
							|  | @ -42,7 +42,7 @@ func init() { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| func Set() { | func Set() { | ||||||
| 	os.Setenv("CONF_NAME", Attr.ConfName) | 	os.Setenv("JOJ3_CONF_NAME", Attr.ConfName) | ||||||
| 	os.Setenv("GROUPS", Attr.Groups) | 	os.Setenv("JOJ3_GROUPS", Attr.Groups) | ||||||
| 	os.Setenv("RUN_ID", Attr.RunID) | 	os.Setenv("JOJ3_RUN_ID", Attr.RunID) | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user