Skip to content

Commit

Permalink
ci: do not delete mage installation (#19671) (#19674)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Jul 6, 2020
1 parent 63df9c6 commit 6525a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ pipeline {
}
steps {
withGithubNotify(context: "Packaging Linux ${BEATS_FOLDER}") {
deleteDir()
release()
pushCIDockerImages()
}
Expand All @@ -128,6 +129,7 @@ pipeline {
}
steps {
withGithubNotify(context: "Packaging MacOS ${BEATS_FOLDER}") {
deleteDir()
withMacOSEnv(){
release()
}
Expand Down Expand Up @@ -224,7 +226,6 @@ def withBeatsEnv(Closure body) {
withEnv([
"PYTHON_ENV=${WORKSPACE}/python-env"
]) {
deleteDir()
unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET_STASH}", credentialsId: "${JOB_GCS_CREDENTIALS}")
dir("${env.BASE_DIR}"){
body()
Expand Down

0 comments on commit 6525a91

Please sign in to comment.