diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 09215dd0ec..0837a7dc47 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -451,7 +451,6 @@ 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 @@ -472,7 +471,6 @@ 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 @@ -493,7 +491,6 @@ 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 diff --git a/ci/tasks/stage.yml b/ci/tasks/stage.yml index b935232b69..be41bb3e31 100644 --- a/ci/tasks/stage.yml +++ b/ci/tasks/stage.yml @@ -14,10 +14,4 @@ params: caches: - path: gradle run: - path: bash - args: - - -ec - - | - source /docker-lib.sh - start_docker - ${PWD}/git-repo/ci/scripts/stage.sh + path: git-repo/ci/scripts/stage.sh