mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-15 18:46:19 +00:00
[AB-xxx] refactoring rest-api to not be a maven project and restructuring python tool file structure
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Starting deployment."
|
||||
|
||||
target_dir=$1
|
||||
|
||||
python3 -u python/main.py "${target_dir}"
|
||||
exit_code=$?
|
||||
|
||||
echo "Finished deployment."
|
||||
exit $exit_code
|
||||
Reference in New Issue
Block a user