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

fixing bugs with ci pipeline

parent f9deee39
No related branches found
No related tags found
No related merge requests found
Pipeline #44593 failed
......@@ -50,7 +50,7 @@ deploy:
- pip install -r requirements.txt # Install the required Python dependencies
- bash ./make_openapi_client.sh # Re-generate OpenAPI client library
- echo "Running the application..."
- python3.8 -m main # Replace with the exact command to start your app
- python3.8 -m backend.main # Replace with the exact command to start your app
release:
stage: release
......
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