Skip to content

Commit

Permalink
Removing image transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jan 22, 2020
1 parent 0bc1951 commit 38702d8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,7 @@ def bootstrapImage(){
shell "BUILD_NUMBER=${BUILD_NUMBER} BOOTSTRAP_ARCH=${architecture} bash ./bootstrap/scripts/4-build.sh"
stash includes: "bootstrap-cache/*.zip,bootstrap-cache/*.sources,bootstrap/scripts/**", name: "bootstrap${architecture}"
}

if (architecture == "32") {
stage ("Convert Image - 32->64") {
dir("conversion") {
shell "cp ../bootstrap-cache/*.zip ."
shell "BUILD_NUMBER=${BUILD_NUMBER} BOOTSTRAP_ARCH=${architecture} bash ../bootstrap/scripts/transform_32_into_64.sh"
shell "mv *-64bit-*.zip ../bootstrap-cache"
}
}
}


if( isDevelopmentBranch() ) {
stage("Upload to files.pharo.org") {
dir("bootstrap-cache") {
Expand Down

0 comments on commit 38702d8

Please sign in to comment.