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

No need to build when not release

parent d5700647
Branches
Tags
1 merge request!388WIP
This commit is part of merge request !388. Comments created here will be created in the context of that merge request.
......@@ -223,19 +223,6 @@ build-search-service:
script:
- "cd dbrepo-search-service && pipenv install --system --deploy"
build-images:
image: docker.io/docker:${DOCKER_VERSION}-dind
stage: build
only:
- merge_requests
before_script:
- "apk add --no-cache make"
- echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY_URL
script:
- docker build -q --network=host -t dbrepo-metadata-service:build --target build dbrepo-metadata-service
- docker build -q --network=host -t dbrepo-data-service:build --target build dbrepo-data-service
- docker compose build -q --parallel
build-helm:
image: docker.io/docker:${DOCKER_VERSION}-dind
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment