Skip to content
Snippets Groups Projects
Verified Commit 243949d6 authored by Martin Weise's avatar Martin Weise
Browse files

Fixed executable

parent cc93b024
No related branches found
No related tags found
4 merge requests!231CI: Remove build for log-service,!228Better error message handling in the frontend,!223Release of version 1.4.0,!190Resolve "More env variables for Azure deployment"
...@@ -31,7 +31,7 @@ build-analyse-service: ...@@ -31,7 +31,7 @@ build-analyse-service:
image: python:3.9-slim image: python:3.9-slim
stage: build-backend stage: build-backend
script: script:
- "pip install -r ./dbrepo-analyse-service/requirements.txt" - "pip3 install -r ./dbrepo-analyse-service/requirements.txt"
build-search-sync-agent: build-search-sync-agent:
image: maven:3-openjdk-17 image: maven:3-openjdk-17
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment