Skip to content

Commit

Permalink
chore: create CI artifacts for DEV usage (#21645)
Browse files Browse the repository at this point in the history
It will create the artifacts with some requirements related to integrity
  • Loading branch information
mdelapenya authored Oct 14, 2020
1 parent a74c74f commit e3cf993
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,12 @@ def runE2ETestForPackages(){

def release(){
withBeatsEnv(){
dir("${env.BEATS_FOLDER}") {
sh(label: "Release ${env.BEATS_FOLDER} ${env.PLATFORMS}", script: 'mage package')
withEnv([
"DEV=true"
]) {
dir("${env.BEATS_FOLDER}") {
sh(label: "Release ${env.BEATS_FOLDER} ${env.PLATFORMS}", script: 'mage package')
}
}
publishPackages("${env.BEATS_FOLDER}")
}
Expand Down

0 comments on commit e3cf993

Please sign in to comment.