master > master: code - korrigierte Artefacterstellung für python

This commit is contained in:
RD
2021-10-30 10:39:42 +02:00
parent 189755e69a
commit 15c2c37213
3 changed files with 41 additions and 1 deletions

View File

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