18 lines
604 B
Bash
18 lines
604 B
Bash
#!/bin/bash
|
|
|
|
#git clone -b dev_local_v1 https://gitlink.org.cn/Trustie/forgeplus.git 02-forgeplus/forgeplus
|
|
#
|
|
#rm -rf 02-forgeplus/forgeplus/public/react/build
|
|
#git clone -b dev_local_v1 https://gitlink.org.cn/gitlink/build.git 02-forgeplus/forgeplus/public/react/build
|
|
#
|
|
#git clone https://gitlink.org.cn/xxq250/trustie-fisco-bcos.git 03-fisco/trustie-fisco-bcos
|
|
#
|
|
#git clone https://gitlink.org.cn/Trustie/sonarqube_docker.git 04-sonarqube/sonarqube_docker
|
|
|
|
## gems Gemfile.lock
|
|
cp -rf ../01-gems/* 02-forgeplus/
|
|
chmod +x -R 02-forgeplus/bundle
|
|
|
|
|
|
## fisco-bcos
|
|
cp -rf ../03-fisco/fisco-bcos 03-fisco/ |