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

fixing bugs with ci pipeline

parent 1ecbe979
No related branches found
No related tags found
No related merge requests found
Pipeline #44635 failed
......@@ -51,7 +51,7 @@ deploy:
- source $VIRTUAL_ENV/bin/activate
- pip install -r requirements.txt
- echo "Verifying SSL files..."
- ls ssl/ # Ensure dev SSL certificates are present
- ls backend/ssl/ # Ensure dev SSL certificates are present
- echo "Running the application with dev SSL certificates on port $PORT..."
- cd backend
- python3.8 -m main
......
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