master > master: code - korrigierte Artefacterstellung für python
This commit is contained in:
@@ -28,6 +28,14 @@ export PYTHON_APP_PREFIX=\
|
||||
export USE_VENV=false;
|
||||
export UNITTEST_SCHEMA_PY="test_*.py";
|
||||
|
||||
##############################################################################
|
||||
# AUXILIARY METHODS: Zip
|
||||
##############################################################################
|
||||
|
||||
function create_zip_archive() {
|
||||
zip -r $@;
|
||||
}
|
||||
|
||||
##############################################################################
|
||||
# AUXILIARY METHODS: Go
|
||||
##############################################################################
|
||||
|
||||
@@ -37,7 +37,6 @@ elif [ "$mode" == "run" ]; then
|
||||
if [ "$lang" == "go" ]; then
|
||||
run_main_go $options;
|
||||
else #elif [ "$lang" == "python" ]; then
|
||||
echo "options=$options;$SCRIPTARGS."
|
||||
run_main $options;
|
||||
fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user