fixing bugs with ci pipeline

This commit is contained in:
GotthardG 2024-12-16 13:02:43 +01:00
parent f9deee391b
commit 43e73681ab

View File

@ -50,7 +50,7 @@ deploy:
- pip install -r requirements.txt # Install the required Python dependencies - pip install -r requirements.txt # Install the required Python dependencies
- bash ./make_openapi_client.sh # Re-generate OpenAPI client library - bash ./make_openapi_client.sh # Re-generate OpenAPI client library
- echo "Running the application..." - 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: release:
stage: release stage: release