Merge "Set CentOS amphora image size back to default value"
This commit is contained in:
commit
746a495ea2
@ -255,8 +255,8 @@ AMP_ENABLE_FULL_MAC_SECURITY=${AMP_ENABLE_FULL_MAC_SECURITY:-0}
|
||||
|
||||
AMP_DISABLE_TMP_FS=${AMP_DISABLE_TMP_FS:-""}
|
||||
|
||||
if [[ "$AMP_BASEOS" =~ ^(rhel|centos-minimal|fedora)$ ]] && [[ "$AMP_IMAGESIZE" -lt 3 ]]; then
|
||||
echo "RHEL/CentOS based amphora requires an image size of at least 3GB"
|
||||
if [[ "$AMP_BASEOS" =~ ^(rhel|fedora)$ ]] && [[ "$AMP_IMAGESIZE" -lt 3 ]]; then
|
||||
echo "RHEL/Fedora based amphora requires an image size of at least 3GB"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
Publish CentOS 8 based amphora image to tarballs.o.o.
|
||||
vars:
|
||||
amphora_os: centos
|
||||
amphora_image_size: 3
|
||||
amphora_os_release: 8
|
||||
|
||||
- job:
|
||||
|
Loading…
x
Reference in New Issue
Block a user