Marking staging tasks as privileged so they can start Docker

See gh-26130
This commit is contained in:
Andy Wilkinson
2021-04-15 09:30:14 +01:00
parent f74123038a
commit 6073cf7063

View File

@@ -451,6 +451,7 @@ jobs:
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: M
privileged: true
<<: *gradle-enterprise-task-params
<<: *docker-hub-task-params
- put: artifactory-repo
@@ -471,6 +472,7 @@ jobs:
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: RC
privileged: true
<<: *gradle-enterprise-task-params
<<: *docker-hub-task-params
- put: artifactory-repo
@@ -491,6 +493,7 @@ jobs:
file: git-repo/ci/tasks/stage.yml
params:
RELEASE_TYPE: RELEASE
privileged: true
<<: *gradle-enterprise-task-params
<<: *docker-hub-task-params
- put: artifactory-repo