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

Merge branch 'feature/61-upgrade-to-clomwdb-2-2-0' into 'development'

Resolve "Upgrade to clomwdb 2.2.0"

Closes #61

See merge request cmg/clowm/clowm-s3proxy-service!58
parents 0c4b1836 d3bcd4c1
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 ...@@ -52,7 +52,7 @@ integration-test-job: # Runs integration tests with the database
MYSQL_DATABASE: "$DB_DATABASE" MYSQL_DATABASE: "$DB_DATABASE"
MYSQL_USER: "$DB_USER" MYSQL_USER: "$DB_USER"
MYSQL_PASSWORD: "$DB_PASSWORD" 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 alias: upgrade-db
script: script:
- python app/check_database_connection.py - python app/check_database_connection.py
...@@ -80,7 +80,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints ...@@ -80,7 +80,7 @@ e2e-test-job: # Runs e2e tests on the API endpoints
MYSQL_DATABASE: "$DB_DATABASE" MYSQL_DATABASE: "$DB_DATABASE"
MYSQL_USER: "$DB_USER" MYSQL_USER: "$DB_USER"
MYSQL_PASSWORD: "$DB_PASSWORD" 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 alias: upgrade-db
script: script:
- python app/check_database_connection.py - python app/check_database_connection.py
......
--extra-index-url https://gitlab.ub.uni-bielefeld.de/api/v4/projects/5493/packages/pypi/simple --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 # Webserver packages
anyio>=3.7.0,<3.8.0 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