Skip to content

Commit

Permalink
Revert changes to make staging run Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Apr 15, 2021
1 parent 6073cf7 commit bfe8e5a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
8 changes: 1 addition & 7 deletions ci/tasks/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bfe8e5a

Please sign in to comment.