Skip to content

Commit 2530695

Browse files
committed
Add CLOUDSTACK_TEMPLATE_URL for testacc github workflow
1 parent 6f3fe7c commit 2530695

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/testacc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
CLOUDSTACK_USER_ID=$(curl -fs "${CLOUDSTACK_API_URL}?command=listUsers&response=json" -b cookies.txt | jq -r '.listusersresponse.user[0].id')
6060
CLOUDSTACK_API_KEY=$(curl -s "${CLOUDSTACK_API_URL}?command=getUserKeys&id=${CLOUDSTACK_USER_ID}&response=json" -b cookies.txt | jq -r '.getuserkeysresponse.userkeys.apikey')
6161
CLOUDSTACK_SECRET_KEY=$(curl -fs "${CLOUDSTACK_API_URL}?command=getUserKeys&id=${CLOUDSTACK_USER_ID}&response=json" -b cookies.txt | jq -r '.getuserkeysresponse.userkeys.secretkey')
62+
CLOUDSTACK_TEMPLATE_URL=http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-xen.vhd.bz2
6263
6364
echo "::add-mask::$CLOUDSTACK_API_KEY"
6465
echo "::add-mask::$CLOUDSTACK_SECRET_KEY"

0 commit comments

Comments
 (0)