This is an automated email from the ASF dual-hosted git repository.
borisstoyanov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.git
The following commit(s) were added to refs/heads/main by this push:
new 3ca3d43 ci: fix marvin install failure (#206)
3ca3d43 is described below
commit 3ca3d43721dee137be8a858944d1a26195543a58
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Sep 3 15:37:47 2026 +0530
ci: fix marvin install failure (#206)
Archive is named differently for different CloudStack version.
Signed-off-by: Abhishek Kumar <[email protected]>
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4fb3e13..6ac39b9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
run: |
mvn -q -Pdeveloper -pl developer -Ddeploydb
mvn -q -Pdeveloper -pl developer -Ddeploydb-simulator
- python3 -m pip install --user --upgrade
tools/marvin/dist/Marvin-*.tar.gz
+ python3 -m pip install --user --upgrade
tools/marvin/dist/[mM]arvin-*.tar.gz
- name: Start CloudStack mgmt (Jetty) in background
id: start_ms