diff --git a/dd-ctl b/dd-ctl index 49d546f..779ae43 100755 --- a/dd-ctl +++ b/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(){ diff --git a/isard-sso b/isard-sso index 4e73629..ae1d3d2 160000 --- a/isard-sso +++ b/isard-sso @@ -1 +1 @@ -Subproject commit 4e736292d1e34d2be4f27733463cd4a30d2b82bc +Subproject commit ae1d3d2333b9de52dd041b9d2317d279b3035796