Skip to content

fix(recipe): skip the disk resize step

Philippe Caseiro requested to merge fix/shrink into develop

The base disk used for ubuntu builds is bigger than the original target size. To avoid issues we just skip this step. The idea is we never need to resize the disk size during the build process, this disk is big enougth.

Fixes #15 (closed)

Merge request reports