new python build-deploy chain
This commit is contained in:
6
scripts/build-deploy.sh
Normal file
6
scripts/build-deploy.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Wrapper for build-deploy.py
|
||||
# Usage: ./build-deploy.sh [options]
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
exec python3 "$SCRIPT_DIR/build-deploy.py" "$@"
|
||||
Reference in New Issue
Block a user