Skip to content
Snippets Groups Projects
Commit f004f2ad authored by teplyakov's avatar teplyakov
Browse files

feat: AUTO-3948 Fix upload errors

parent b81a3ead
No related branches found
No related tags found
1 merge request!83feat: AUTO-3948 Fix upload errors
......@@ -2,6 +2,7 @@ image: python:3.11-alpine3.18
stages:
- upload
- pages
upload:
stage: upload
......@@ -18,7 +19,6 @@ upload:
pages:
stage: upload
needs: ["upload"]
script:
- apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment