Skip to content
Snippets Groups Projects
Commit 27defe35 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

remote-submodule

parent 3c685f40
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,7 @@ ubuntu1804_test_x86_64:
- tar xfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos/
- cp -r chaos_bundle_tools/* /usr/local/chaos/chaos-distrib/tools/
- mkdir -p /tmp/OBJECT_STORAGE
- git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules --remote-submodule
- git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules
- rm -rf /usr/local/chaos/chaos-distrib/html;mkdir /usr/local/chaos/chaos-distrib/html;cp -r chaos_dashboard /usr/local/chaos/chaos-distrib/html/
- $INSTALL_DIR/tools/dbinit.sh couchbase mongo
- if [ -n "$USE_MDS_CONFIG" ];then echo "* Using $USE_MDS_CONFIG" ; cp $USE_MDS_CONFIG $INSTALL_DIR/etc/mds.cfg;fi
......@@ -548,7 +548,7 @@ ubuntu2004_test_x86_64:
- rm -rf /usr/local/chaos/chaos-distrib
- tar xfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos/
- cp -r chaos_bundle_tools/* /usr/local/chaos/chaos-distrib/tools/
- git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules --remote-submodule
- git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules
- rm -rf /usr/local/chaos/chaos-distrib/html;mkdir /usr/local/chaos/chaos-distrib/html;cp -r chaos_dashboard /usr/local/chaos/chaos-distrib/html/
- $INSTALL_DIR/tools/dbinit.sh couchbase mongo
- if [ -n "$USE_MDS_CONFIG" ];then echo "* Using $USE_MDS_CONFIG" ; cp $USE_MDS_CONFIG $INSTALL_DIR/etc/mds.cfg;fi
......@@ -670,7 +670,7 @@ centos7_test_x86_64:
- mkdir -p /tmp/OBJECT_STORAGE
- tar xfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos/
- cp -r chaos_bundle_tools/* /usr/local/chaos/chaos-distrib/tools/
- git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules --remote-submodule
- git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules
- rm -rf /usr/local/chaos/chaos-distrib/html;mkdir /usr/local/chaos/chaos-distrib/html;cp -r chaos_dashboard /usr/local/chaos/chaos-distrib/html/
- $INSTALL_DIR/tools/dbinit.sh couchbase mongo
- scl enable devtoolset-8 bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment