Skip to content

Commit bfe8e5a

Browse files
committed
Revert changes to make staging run Docker
See gh-26130
1 parent 6073cf7 commit bfe8e5a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

ci/pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ jobs:
451451
file: git-repo/ci/tasks/stage.yml
452452
params:
453453
RELEASE_TYPE: M
454-
privileged: true
455454
<<: *gradle-enterprise-task-params
456455
<<: *docker-hub-task-params
457456
- put: artifactory-repo
@@ -472,7 +471,6 @@ jobs:
472471
file: git-repo/ci/tasks/stage.yml
473472
params:
474473
RELEASE_TYPE: RC
475-
privileged: true
476474
<<: *gradle-enterprise-task-params
477475
<<: *docker-hub-task-params
478476
- put: artifactory-repo
@@ -493,7 +491,6 @@ jobs:
493491
file: git-repo/ci/tasks/stage.yml
494492
params:
495493
RELEASE_TYPE: RELEASE
496-
privileged: true
497494
<<: *gradle-enterprise-task-params
498495
<<: *docker-hub-task-params
499496
- put: artifactory-repo

ci/tasks/stage.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,4 @@ params:
1414
caches:
1515
- path: gradle
1616
run:
17-
path: bash
18-
args:
19-
- -ec
20-
- |
21-
source /docker-lib.sh
22-
start_docker
23-
${PWD}/git-repo/ci/scripts/stage.sh
17+
path: git-repo/ci/scripts/stage.sh

0 commit comments

Comments
 (0)