mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-04 08:49:33 +00:00
Change image size to from 8G to 7G
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user