Skip to content

Commit 6073cf7

Browse files
committed
Marking staging tasks as privileged so they can start Docker
See gh-26130
1 parent f741230 commit 6073cf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ jobs:
451451
file: git-repo/ci/tasks/stage.yml
452452
params:
453453
RELEASE_TYPE: M
454+
privileged: true
454455
<<: *gradle-enterprise-task-params
455456
<<: *docker-hub-task-params
456457
- put: artifactory-repo
@@ -471,6 +472,7 @@ jobs:
471472
file: git-repo/ci/tasks/stage.yml
472473
params:
473474
RELEASE_TYPE: RC
475+
privileged: true
474476
<<: *gradle-enterprise-task-params
475477
<<: *docker-hub-task-params
476478
- put: artifactory-repo
@@ -491,6 +493,7 @@ jobs:
491493
file: git-repo/ci/tasks/stage.yml
492494
params:
493495
RELEASE_TYPE: RELEASE
496+
privileged: true
494497
<<: *gradle-enterprise-task-params
495498
<<: *docker-hub-task-params
496499
- put: artifactory-repo

0 commit comments

Comments
 (0)