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

feat: AUTO-3948 Fix upload errors

parent 55dc2fe5
No related branches found
No related tags found
1 merge request!86feat: AUTO-3948 Fix upload errors
...@@ -2,7 +2,7 @@ image: python:3.11-alpine3.18 ...@@ -2,7 +2,7 @@ image: python:3.11-alpine3.18
stages: stages:
- upload - upload
- pages - generate_pages
upload: upload:
stage: upload stage: upload
...@@ -18,9 +18,9 @@ upload: ...@@ -18,9 +18,9 @@ upload:
- tags - tags
pages: pages:
stage: pages stage: generate_pages
needs: needs:
- job: upload - upload
script: script:
- apk add gcc linux-headers musl-dev - apk add gcc linux-headers musl-dev
- pip install -r requirements-docs.txt - pip install -r requirements-docs.txt
...@@ -29,4 +29,4 @@ pages: ...@@ -29,4 +29,4 @@ pages:
paths: paths:
- public - public
only: only:
- master - master
\ No newline at end of file
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