Skip to content
Snippets Groups Projects
Commit 84dfa333 authored by Anton Teplyakov's avatar Anton Teplyakov
Browse files

Merge branch 'feature/AUTO-3948' into 'master'

feat: AUTO-3948 Fix upload errors

See merge request !83
parents f3a3ad73 f004f2ad
No related branches found
No related tags found
1 merge request!83feat: AUTO-3948 Fix upload errors
Pipeline #76613 failed with stage
in 28 seconds
...@@ -2,6 +2,7 @@ image: python:3.11-alpine3.18 ...@@ -2,6 +2,7 @@ image: python:3.11-alpine3.18
stages: stages:
- upload - upload
- pages
upload: upload:
stage: upload stage: upload
...@@ -18,7 +19,6 @@ upload: ...@@ -18,7 +19,6 @@ upload:
pages: pages:
stage: upload stage: upload
needs: ["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
......
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