Skip to content

Commit 080b3b4

Browse files
committed
ci: fix marvin install failure
Archive is named differently for different CloudStack version. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 17afc27 commit 080b3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: |
108108
mvn -q -Pdeveloper -pl developer -Ddeploydb
109109
mvn -q -Pdeveloper -pl developer -Ddeploydb-simulator
110-
python3 -m pip install --user --upgrade tools/marvin/dist/Marvin-*.tar.gz
110+
python3 -m pip install --user --upgrade tools/marvin/dist/[mM]arvin-*.tar.gz
111111
112112
- name: Start CloudStack mgmt (Jetty) in background
113113
id: start_ms

0 commit comments

Comments
 (0)