chore: new conf version
This commit is contained in:
		
							parent
							
								
									9dc0f1b29d
								
							
						
					
					
						commit
						8b6f94d115
					
				
							
								
								
									
										26
									
								
								conf.json
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								conf.json
									
									
									
									
									
								
							|  | @ -1,5 +1,5 @@ | |||
| { | ||||
|   "skipGitea": true, | ||||
|     "stage": { | ||||
|         "stages": [ | ||||
|             { | ||||
|                 "name": "keyword", | ||||
|  | @ -7,13 +7,22 @@ | |||
|                     "name": "sandbox", | ||||
|                     "with": { | ||||
|                         "default": { | ||||
|             "args": ["bash", "-c", ". ./src/lib.sh; check_files ./src/assets"], | ||||
|             "env": ["PATH=/usr/bin:/bin:/usr/local/bin"], | ||||
|                             "args": [ | ||||
|                                 "bash", | ||||
|                                 "-c", | ||||
|                                 ". ./src/lib.sh; check_files ./src/assets" | ||||
|                             ], | ||||
|                             "env": [ | ||||
|                                 "PATH=/usr/bin:/bin:/usr/local/bin" | ||||
|                             ], | ||||
|                             "cpuLimit": 10000000000, | ||||
|                             "memoryLimit": 104857600, | ||||
|                             "procLimit": 50, | ||||
|                             "copyInDir": ".", | ||||
|             "copyOut": ["stdout", "stderr"], | ||||
|                             "copyOut": [ | ||||
|                                 "stdout", | ||||
|                                 "stderr" | ||||
|                             ], | ||||
|                             "stdin": { | ||||
|                                 "content": "" | ||||
|                             }, | ||||
|  | @ -32,11 +41,15 @@ | |||
|                     "name": "keyword", | ||||
|                     "with": { | ||||
|                         "score": 100, | ||||
|           "files": ["stdout"], | ||||
|                         "files": [ | ||||
|                             "stdout" | ||||
|                         ], | ||||
|                         "forceQuitOnDeduct": true, | ||||
|                         "matches": [ | ||||
|                             { | ||||
|               "keywords": ["check files error"], | ||||
|                                 "keywords": [ | ||||
|                                     "check files error" | ||||
|                                 ], | ||||
|                                 "score": 5 | ||||
|                             } | ||||
|                         ] | ||||
|  | @ -45,3 +58,4 @@ | |||
|             } | ||||
|         ] | ||||
|     } | ||||
| } | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user