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:
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
Original file line number Diff line number Diff line change @@ -14,10 +14,4 @@ params:
1414caches :
1515- path : gradle
1616run :
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