This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch marvinArchive in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 8d188aec109cf66a09dd1faabcda872cad24f4c6 Author: Daan Hoogland <[email protected]> AuthorDate: Mon Oct 20 16:35:26 2025 +0200 broader search pattern marvin archive --- .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 d82fea035b7..4884d419554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -275,7 +275,7 @@ jobs: - name: Setup Simulator Prerequisites run: | sudo python3 -m pip install --upgrade netaddr mysql-connector-python - 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 mvn -q -Pdeveloper -pl developer -Ddeploydb mvn -q -Pdeveloper -pl developer -Ddeploydb-simulator
