Update jenkins/vms.sh

Co-authored-by: Kai Lüke <pothos@users.noreply.github.com>
This commit is contained in:
Gabriel 2022-03-09 17:19:07 +02:00 committed by Kai Lueke
parent a63a18dee6
commit 3cb41f9303

View File

@ -115,7 +115,7 @@ for FORMAT in ${FORMATS}; do
COMPRESSION_FORMAT="bz2"
if [[ "${FORMAT}" =~ ^(openstack|openstack_mini)$ ]];then
if [[ "${FORMAT}" =~ ^(openstack|openstack_mini|digitalocean)$ ]];then
COMPRESSION_FORMAT="gz,bz2"
fi