Revert changes to make staging run Docker

See gh-26130
This commit is contained in:
Andy Wilkinson 2021-04-15 10:11:43 +01:00
parent 6073cf7063
commit bfe8e5ac19
2 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -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