File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -451,7 +451,6 @@ jobs:
451
451
file : git-repo/ci/tasks/stage.yml
452
452
params :
453
453
RELEASE_TYPE : M
454
- privileged : true
455
454
<< : *gradle-enterprise-task-params
456
455
<< : *docker-hub-task-params
457
456
- put : artifactory-repo
@@ -472,7 +471,6 @@ jobs:
472
471
file : git-repo/ci/tasks/stage.yml
473
472
params :
474
473
RELEASE_TYPE : RC
475
- privileged : true
476
474
<< : *gradle-enterprise-task-params
477
475
<< : *docker-hub-task-params
478
476
- put : artifactory-repo
@@ -493,7 +491,6 @@ jobs:
493
491
file : git-repo/ci/tasks/stage.yml
494
492
params :
495
493
RELEASE_TYPE : RELEASE
496
- privileged : true
497
494
<< : *gradle-enterprise-task-params
498
495
<< : *docker-hub-task-params
499
496
- put : artifactory-repo
Original file line number Diff line number Diff line change @@ -14,10 +14,4 @@ params:
14
14
caches :
15
15
- path : gradle
16
16
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
You can’t perform that action at this time.
0 commit comments