updated
parent
891ca0e529
commit
cd8bcba940
4
dd-ctl
4
dd-ctl
|
@ -34,8 +34,8 @@ CUSTOM_PATH=$(pwd)
|
|||
update_repo(){
|
||||
git fetch && git checkout $BRANCH
|
||||
git submodule update --init --recursive
|
||||
cd isard-apps && git fetch && git checkout $BRANCH && cd ..
|
||||
cd isard-sso && git fetch && git checkout $BRANCH && cd ..
|
||||
cd isard-apps && git fetch && git checkout $BRANCH && git pull && cd ..
|
||||
cd isard-sso && git fetch && git checkout $BRANCH && git pull && cd ..
|
||||
}
|
||||
|
||||
build_compose(){
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4e736292d1e34d2be4f27733463cd4a30d2b82bc
|
||||
Subproject commit ae1d3d2333b9de52dd041b9d2317d279b3035796
|
Loading…
Reference in New Issue