Skip to content
Snippets Groups Projects
Verified Commit d3bcd4c1 authored by Daniel Göbel's avatar Daniel Göbel
Browse files

Update clowmdb to 2.2.0

#61
parent 0c4b1836
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ integration-test-job: # Runs integration tests with the database
MYSQL_DATABASE: "$DB_DATABASE"
MYSQL_USER: "$DB_USER"
MYSQL_PASSWORD: "$DB_PASSWORD"
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.1
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.2
alias: upgrade-db
script:
- python app/check_database_connection.py
......@@ -80,7 +80,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints
MYSQL_DATABASE: "$DB_DATABASE"
MYSQL_USER: "$DB_USER"
MYSQL_PASSWORD: "$DB_PASSWORD"
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.1
- name: $CI_REGISTRY/cmg/clowm/clowm-database:v2.2
alias: upgrade-db
script:
- python app/check_database_connection.py
......
--extra-index-url https://gitlab.ub.uni-bielefeld.de/api/v4/projects/5493/packages/pypi/simple
clowmdb>=2.1.0,<2.2.0
clowmdb>=2.2.0,<2.3.0
# Webserver packages
anyio>=3.7.0,<3.8.0
......
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