Skip to content
Snippets Groups Projects

Added the tests

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -530,9 +530,11 @@ test-storage-service-init:
before_script:
- "apk --no-cache add s3cmd bash libxml2-utils"
- "docker compose build dbrepo-storage-service-init"
- "mkdir -p /app/"
- "echo ${CI_S3_CONFIG} | base64 -d > /app/.s3cfg"
script:
- "bash ./dbrepo-storage-service/init/tests/test_integration_expire.sh"
test-ui:
image: docker.io/docker:${DOCKER_VERSION}-dind
stage: test
Loading