Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit c23b0f62 authored by GotthardG's avatar GotthardG
Browse files

fixing bugs with ci pipeline

parent b491c87d
No related branches found
No related tags found
No related merge requests found
Pipeline #44639 passed
......@@ -62,6 +62,9 @@ release:
TWINE_USERNAME: gitlab-ci-token # Keep username same
TWINE_PASSWORD: $CI_JOB_TOKEN # Use PAT stored in GitLab CI/CD Variables
script:
- echo "Setting up Python dependencies..."
- source $VIRTUAL_ENV/bin/activate
- pip install -r requirements.txt
- bash make_openapi_client.sh
- cd backend/python-client # Navigate to the folder where the package was generated
- python3 -m venv .venv
......
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