Commit bfe8e5ac authored by Andy Wilkinson's avatar Andy Wilkinson

Revert changes to make staging run Docker

See gh-26130
parent 6073cf70
......@@ -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
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment