Loading linux/py2/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /root/pip/pip.conf fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading linux/py3/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /root/pip/pip.conf fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading win32/py2/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /wine/drive_c/users/root/pip/pip.ini fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading win32/py3/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /wine/drive_c/users/root/pip/pip.ini fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading win64/py3/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /wine/drive_c/users/root/pip/pip.ini fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading Loading
linux/py2/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /root/pip/pip.conf fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading
linux/py3/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /root/pip/pip.conf fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading
win32/py2/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /wine/drive_c/users/root/pip/pip.ini fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading
win32/py3/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /wine/drive_c/users/root/pip/pip.ini fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading
win64/py3/entrypoint.sh +9 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,14 @@ # Fail on errors. set -e # Make sure .bashrc is sourced . /root/.bashrc # Allow the workdir to be set using an env var. # Useful for CI pipiles which use docker for their build steps # and don't allow that much flexibility to mount volumes WORKDIR=${SRCDIR:-/src} # # In case the user specified a custom URL for PYPI, then use # that one, instead of the default one. Loading @@ -21,7 +29,7 @@ if [[ "$PYPI_URL" != "https://pypi.python.org/" ]] || \ cat /wine/drive_c/users/root/pip/pip.ini fi cd /src cd $WORKDIR if [ -f requirements.txt ]; then pip install -r requirements.txt Loading