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:
parent
bac5b82bfd
commit
dab4b02c10
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue