Skip to content

Commit 9b3fabc

Browse files
committed
Remove VCI from the build actions
As OpenG2P have moved the VCI addons from the openg2p-vci repo to the openg2-registry repo, we should no longer clone the openg2p-vci repo during the build.
1 parent 403f121 commit 9b3fabc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/test-legacy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ jobs:
7171
run: git clone https://github.com/OpenG2P/openg2p-program.git --depth 1 --branch 17.0-develop
7272
- name: Clone OpenG2P Security Repository
7373
run: git clone https://github.com/OpenG2P/openg2p-security.git --depth 1 --branch 17.0-develop
74-
- name: Clone OpenG2P VCI Repository
75-
run: git clone https://github.com/OpenG2P/openg2p-vci.git --depth 1 --branch 17.0-develop
7674
- name: Clone Muk Addons Repository
7775
run: git clone https://github.com/muk-it/odoo-modules.git --depth 1 --branch 17.0
7876
- name: Remove g2p_connect_demo from openspp-modules as it is not compatible with all OpenSPP variants

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ jobs:
102102
run: git clone https://github.com/OpenSPP/openg2p-program.git --depth 1 --branch 17.0-develop-openspp
103103
- name: Clone OpenG2P Security Repository
104104
run: git clone https://github.com/OpenSPP/openg2p-security.git --depth 1 --branch 17.0-develop-openspp
105-
- name: Clone OpenG2P VCI Repository
106-
run: git clone https://github.com/OpenSPP/openg2p-vci.git --depth 1 --branch 17.0-develop-openspp
107105
- name: Clone Muk Addons Repository
108106
run: git clone https://github.com/OpenSPP/mukit-modules.git --depth 1 --branch 17.0-openspp
109107
- name: Copy OpenG2P modules to addons directory, remove tests and unsupported modules

0 commit comments

Comments
 (0)