plugins/ci migration from v3 to v4
This commit is contained in:
		@@ -1,9 +1,5 @@
 | 
				
			|||||||
#!/bin/zsh
 | 
					#!/bin/zsh
 | 
				
			||||||
#####################################################################
 | 
					#####################################################################
 | 
				
			||||||
DEPENDENCIES+=()
 | 
					 | 
				
			||||||
REQUIRED_ENV+=()
 | 
					 | 
				
			||||||
#####################################################################
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
MAIN() {
 | 
					MAIN() {
 | 
				
			||||||
	cd "$SCWRYPTS_ROOT__scwrypts/"
 | 
						cd "$SCWRYPTS_ROOT__scwrypts/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -35,6 +31,3 @@ MAIN() {
 | 
				
			|||||||
	echo $DEPENDENCIES | sed 's/ /\n/g'
 | 
						echo $DEPENDENCIES | sed 's/ /\n/g'
 | 
				
			||||||
	CHECK_ENVIRONMENT && SUCCESS "all dependencies satisfied"
 | 
						CHECK_ENVIRONMENT && SUCCESS "all dependencies satisfied"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
#####################################################################
 | 
					 | 
				
			||||||
MAIN $@
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user