mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
hotfix uses index url arg
This commit is contained in:
@@ -22,6 +22,6 @@ fi
|
||||
mkdir -p /tmp/dependencies
|
||||
touch /tmp/dependencies/_windmill
|
||||
/usr/local/bin/python3 -m pip install --cache-dir /tmp/.cache/pip -t /tmp/dependencies -r /user/requirements.txt\
|
||||
--no-color --isolated --no-warn-conflicts --disable-pip-version-check $INDEX_URL $EXTRA_INDEX_URL_ARG $TRUSTED_HOST_ARG
|
||||
--no-color --isolated --no-warn-conflicts --disable-pip-version-check $INDEX_URL_ARG $EXTRA_INDEX_URL_ARG $TRUSTED_HOST_ARG
|
||||
|
||||
mv /tmp/dependencies/* /out
|
||||
|
||||
Reference in New Issue
Block a user