Skip to content

Commit

Permalink
Remove Docker image publishing from devops-ci (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin authored Jul 23, 2019
1 parent ef7419c commit fbc38d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
21 changes: 0 additions & 21 deletions .ci/jobs/nightly.yml

This file was deleted.

11 changes: 0 additions & 11 deletions build/ci/pr/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,6 @@ pipeline {
}

post {
success {
withEnv([
'REGISTRY=push.docker.elastic.co',
'REPOSITORY=eck-snapshots',
'IMG_SUFFIX=',
'SNAPSHOT_RELEASE=true',
'TAG_NAME=${ghprbPullId}'
]) {
sh 'make -C build/ci ci-release'
}
}
cleanup {
script {
if (notOnlyDocs()) {
Expand Down

0 comments on commit fbc38d3

Please sign in to comment.