darta 2022-01-17 10:18:04 +01:00
parent 891ca0e529
commit cd8bcba940
2 changed files with 3 additions and 3 deletions

4
dd-ctl
View File

@ -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