mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-07 17:25:40 +08:00
jenkins: set pythonpath for casync build (#32139)
* set pythonpath * quotes
This commit is contained in:
@@ -7,6 +7,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
||||
CASYNC_DIR="${CASYNC_DIR:=/tmp/casync}"
|
||||
SOURCE_DIR="$(git -C $DIR rev-parse --show-toplevel)"
|
||||
BUILD_DIR="${BUILD_DIR:=$(mktemp -d)}"
|
||||
PYTHONPATH="$SOURCE_DIR"
|
||||
|
||||
echo "Creating casync release from $SOURCE_DIR to $CASYNC_DIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user