Skip to content
Snippets Groups Projects

Release of version 1.4.0

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -30,7 +30,8 @@ build-analyse-service:
@@ -30,7 +30,8 @@ build-analyse-service:
image: python:3.9-slim
image: python:3.9-slim
stage: build
stage: build
script:
script:
- "pip install -r ./dbrepo-analyse-service/requirements.txt"
- apt-get update && apt-get install -y pipenv
 
- "PIPENV_PIPFILE=./dbrepo-analyse-service/Pipfile pipenv install --dev"
build-data-service:
build-data-service:
image: maven:3-openjdk-17
image: maven:3-openjdk-17
Loading