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 b491c87d authored by GotthardG's avatar GotthardG
Browse files

fixing bugs with ci pipeline

parent 6b493757
No related branches found
No related tags found
No related merge requests found
Pipeline #44638 passed with warnings
......@@ -62,6 +62,7 @@ release:
TWINE_USERNAME: gitlab-ci-token # Keep username same
TWINE_PASSWORD: $CI_JOB_TOKEN # Use PAT stored in GitLab CI/CD Variables
script:
- bash make_openapi_client.sh
- cd backend/python-client # Navigate to the folder where the package was generated
- python3 -m venv .venv
- source .venv/bin/activate
......
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