mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
do not test on arm
This commit is contained in:
parent
c8f6e80928
commit
eb5680379f
@ -56,5 +56,5 @@ COPY fix_nodriver.py ./
|
|||||||
RUN . /app/.venv/bin/activate && python fix_nodriver.py
|
RUN . /app/.venv/bin/activate && python fix_nodriver.py
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN chmod +x entrypoint.sh
|
RUN chmod +x entrypoint.sh
|
||||||
RUN ./entrypoint.sh &&. /app/.venv/bin/activate && poetry run pytest
|
RUN ./pytest.sh
|
||||||
CMD ["./entrypoint.sh", "&&", ".", "/app/.venv/bin/activate", "&&", "python", "main.py"]
|
CMD ["./entrypoint.sh", "&&", ".", "/app/.venv/bin/activate", "&&", "python", "main.py"]
|
Loading…
x
Reference in New Issue
Block a user