plugins/ci migration from v3 to v4

This commit is contained in:
Wryn (yage) Wagner 2024-02-12 23:45:37 -07:00
parent c9e107d2fd
commit d4ef1c70e0

View File

@ -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 $@