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

Remove manual checks

parent 93acda40
No related branches found
No related tags found
No related merge requests found
...@@ -491,7 +491,6 @@ release-helm: ...@@ -491,7 +491,6 @@ release-helm:
image: docker:${DOCKER_VERSION}-dind image: docker:${DOCKER_VERSION}-dind
only: only:
- tags - tags
when: manual
needs: needs:
- build-helm - build-helm
dependencies: dependencies:
...@@ -550,7 +549,6 @@ release-docs: ...@@ -550,7 +549,6 @@ release-docs:
release-libs: release-libs:
stage: release stage: release
image: docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION} image: docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
when: manual
only: only:
- tags - tags
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment