From bfe8e5ac192a463f94910c3648e23b5adc6b48e7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 15 Apr 2021 10:11:43 +0100 Subject: [PATCH] Revert changes to make staging run Docker See gh-26130 --- ci/pipeline.yml | 3 --- ci/tasks/stage.yml | 8 +------- 2 files changed, 1 insertion(+), 10 deletions(-) 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