fixed repo-update
parent
3c7f244600
commit
891ca0e529
6
dd-ctl
6
dd-ctl
|
@ -32,10 +32,10 @@ CUSTOM_PATH=$(pwd)
|
||||||
. ./.env
|
. ./.env
|
||||||
|
|
||||||
update_repo(){
|
update_repo(){
|
||||||
git fetch && git reset --hard origin/$BRANCH
|
git fetch && git checkout $BRANCH
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
cd isard-apps && git fetch && git reset --hard origin/$BRANCH && cd ..
|
cd isard-apps && git fetch && git checkout $BRANCH && cd ..
|
||||||
cd isard-sso && git fetch && git reset --hard origin/$BRANCH && cd ..
|
cd isard-sso && git fetch && git checkout $BRANCH && cd ..
|
||||||
}
|
}
|
||||||
|
|
||||||
build_compose(){
|
build_compose(){
|
||||||
|
|
Loading…
Reference in New Issue