Skip to content

Commit 4931959

Browse files
committed
Update test.yml
1 parent 863ae4a commit 4931959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ jobs:
6060

6161
# Clone OpenG2P Registry repository
6262
- name: Clone OpenG2P Registry Repository
63-
run: git clone https://github.com/OpenG2P/openg2p-registry.git --depth 1 --branch 17.0-fix-build
63+
run: git clone https://github.com/OpenG2P/openg2p-registry.git --depth 1 --branch 17.0-develop
6464
# Clone OpenG2P Programs repository
6565
- name: Clone OpenG2P Programs Repository
66-
run: git clone https://github.com/OpenG2P/openg2p-program.git --depth 1 --branch 17.0-fix-build
66+
run: git clone https://github.com/OpenG2P/openg2p-program.git --depth 1 --branch 17.0-develop
6767
- name: Clone geospatial Repository
6868
run: git clone https://github.com/OpenSPP/geospatial.git --depth 1 --branch 17.0-mig-base_geoengine
6969
- name: Copy OpenG2P modules to addons directory
7070
# exclude openg2p-registry/odoo-addon-base_rest as it is not migrated to 17.0
7171
run: |
72-
rm -rf openg2p-registry/*rest_api* openg2p-program/*rest_api* openg2p-program/g2p_payment_files openg2p-program/g2p_documents openg2p-program/g2p_program_documents
72+
# rm -rf openg2p-registry/*rest_api* openg2p-program/*rest_api* openg2p-program/g2p_documents openg2p-program/g2p_program_documents
7373
cp -r openg2p-registry/* ${ADDONS_DIR}/
7474
cp -r openg2p-program/* ${ADDONS_DIR}/
7575
cp -r geospatial/* ${ADDONS_DIR}/

0 commit comments

Comments
 (0)