Skip to content

Commit

Permalink
ci: dont't pull build artefact for kubernetes-based jobs
Browse files Browse the repository at this point in the history
(cherry picked from commit 046f4a0)
Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de>
  • Loading branch information
kofemann committed Dec 21, 2023
1 parent 1af0614 commit 7dcd2cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -21,6 +21,9 @@
# dCache deplyment in kubernetes managed by helm chart
# https://gitlab.desy.de/dcache/dcache-helm
#
#
# The kubernetes based jobs don't use directly any job artefact, thus pulling artefact
# is explicitly disabled by default.


stages:
Expand Down Expand Up @@ -66,6 +69,7 @@ default:
tags:
- kubernetes
- dcache-dev
dependencies: []

.kubernetes_image:
extends: .kubernetes_tags
Expand Down

0 comments on commit 7dcd2cc

Please sign in to comment.