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

added uvicorn in requirements

parent beec9ddb
No related branches found
No related tags found
No related merge requests found
Pipeline #44578 failed
......@@ -52,11 +52,17 @@ deploy:
- echo "Running the application..."
- python3.8 -m main # Replace with the exact command to start your app
stages:
- release
release:
stage: release
when: manual
variables:
TWINE_USERNAME: gitlab-ci-token
TWINE_PASSWORD: $CI_JOB_TOKEN
tags:
- x86
- python
script:
- bash make_openapi_client.sh
\ 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