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

Need storage service init

parent 6071dd14
No related branches found
No related tags found
1 merge request!402Added the tests
This commit is part of merge request !402. Comments created here will be created in the context of that merge request.
...@@ -527,6 +527,7 @@ test-storage-service-init: ...@@ -527,6 +527,7 @@ test-storage-service-init:
- master - master
before_script: before_script:
- "apk --no-cache add python3 bash libxml2-utils" - "apk --no-cache add python3 bash libxml2-utils"
- "docker compose build dbrepo-storage-service-init"
- "pip install s3cmd" - "pip install s3cmd"
- "echo ${CI_S3_CONFIG} | base64 -d > /app/.s3cfg" - "echo ${CI_S3_CONFIG} | base64 -d > /app/.s3cfg"
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment