Skip to content

Commit

Permalink
Change image size to from 8G to 7G
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev authored May 10, 2018
1 parent 6b74f75 commit a91f9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_builder/build.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
}
stage('Resize FS') {
environment {
SIZE = '8G'
SIZE = '7G'
}
steps {
sh "$WORKSPACE/image_builder/image_config.sh resize_fs $SIZE ${params.BUILD_DIR} ${params.IMAGE_NAME}"
Expand Down

0 comments on commit a91f9e5

Please sign in to comment.