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