entrypoint_pip.sh 359 B

12345678910
  1. #!/bin/bash
  2. cd / \
  3. && GIT_TRACE=1 git clone -b ${BRANCH} ${REPO} /pagure \
  4. && cp /tox_py3.sh /pagure/dev/containers/tox_py3.sh \
  5. && chmod +x /pagure/dev/containers/tox_py3.sh \
  6. && ln -s /tox /pagure/.tox \
  7. && cd /pagure \
  8. && ln -s /results /pagure/results \
  9. && sed -i -e 's|"alembic-3"|"alembic"|' /pagure/tests/test_alembic.py \
  10. && dev/containers/tox_py3.sh