Skip to content

Commit

Permalink
Marking staging tasks as privileged so they can start Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Apr 15, 2021
1 parent f741230 commit 6073cf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6073cf7

Please sign in to comment.