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

Updated tools

parent 3f546357
No related branches found
No related tags found
1 merge request!351Hotfix/upload
This commit is part of merge request !351. Comments created here will be created in the context of that merge request.
......@@ -201,6 +201,7 @@ test-upload-service:
dependencies:
- build-docker
before_script:
- "apk add --no-cache make bash"
- "docker build -t dbrepo-metadata-service:build --target build dbrepo-metadata-service"
- "docker build -t dbrepo-data-service:build --target build dbrepo-data-service"
- "docker compose build --parallel"
......@@ -355,7 +356,7 @@ test-ui:
dependencies:
- build-ui
before_script:
- "apk add bash apache2-utils"
- "apk add --no-cache bash apache2-utils"
- "docker compose build dbrepo-ui"
- "docker run --name dbrepo-ui -e NODE_OPTIONS='--max_old_space_size=256' -p 3000:3000 -d dbrepo-ui:latest"
script:
......@@ -412,7 +413,7 @@ release-images:
- "docker logout ${CI_REGISTRY2_URL}"
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
- "ifconfig eth0 mtu 1450 up"
- "apk add make bash"
- "apk add --no-cache make bash"
script:
- "make release-images"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment