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

fixing bugs with ci pipeline

parent 43e73681
No related branches found
No related tags found
No related merge requests found
Pipeline #44594 failed
......@@ -50,7 +50,8 @@ 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 backend.main # Replace with the exact command to start your app
- cd backend
- python3.8 -m 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