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

Fixed it

parent fd54f78f
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.
......@@ -528,9 +528,8 @@ test-storage-service-init:
variables:
PYTHONUNBUFFERED: 1
before_script:
- "apk --no-cache add python3 py3-pip bash libxml2-utils"
- "apk --no-cache add s3cmd bash libxml2-utils"
- "docker compose build dbrepo-storage-service-init"
- "pip install s3cmd"
- "echo ${CI_S3_CONFIG} | base64 -d > /app/.s3cfg"
script:
- "bash ./dbrepo-storage-service/init/tests/test_integration_expire.sh"
......
......@@ -3,7 +3,7 @@ LABEL org.opencontainers.image.authors="martin.weise@tuwien.ac.at"
RUN apk --no-cache add \
bash \
&& pip install s3cmd
s3cmd
WORKDIR /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment