1
0
Fork 0
forked from infra/ansible

copr-be: set a non-empty value for IBMCLOUD_CRN

There is a too strict validation in `image-builder upload` requiring this value
to not be empty but we don't actually need or use it.

It should be fixed in `image-builder` but that's not something I want to get
blocked by right now.
This commit is contained in:
Jakub Kadlcik 2026-06-05 12:12:00 +02:00
commit dab4b02c10

View file

@ -4,7 +4,7 @@ set +x # don't print tokens on std{out,err}
. "{{ provision_directory }}/.rc-osuosl.sh"
. "{{ ibmcloud_token_file }}"
export IBMCLOUD_API_KEY
export IBMCLOUD_CRN=""
export IBMCLOUD_CRN="doesntMatterButCantBeEmpty"
: "${TARGETS="libvirt osuosl ec2 ibm_cloud"}"
: "${ARCHES="aarch64 ppc64le s390x x86_64"}"