Temporarily disable using jump host when getting Infra repo from Git server
This commit is contained in:
parent
81cd3a1c1c
commit
dd72a873ab
@ -17,7 +17,7 @@ wx-infra(){
|
||||
else
|
||||
INFRA_PATH="~/.warengroup/infra"
|
||||
mkdir -p "$INFRA_PATH" &> /dev/null
|
||||
git clone ssh://git@git.waren.io:2222/warengroup-private/infra.git --config core.sshCommand="ssh -i ~/.ssh/keys/warengroup-legacy" "$INFRA_PATH"
|
||||
git clone ssh://git@git.waren.io:2222/warengroup-private/infra.git --config core.sshCommand="ssh -i ~/.ssh/keys/warengroup-legacy -o ProxyJump=none" "$INFRA_PATH"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
2
wx
2
wx
@ -150,7 +150,7 @@ wx-infra(){
|
||||
else
|
||||
INFRA_PATH="~/.warengroup/infra"
|
||||
mkdir -p "$INFRA_PATH" &> /dev/null
|
||||
git clone ssh://git@git.waren.io:2222/warengroup-private/infra.git --config core.sshCommand="ssh -i ~/.ssh/keys/warengroup-legacy" "$INFRA_PATH"
|
||||
git clone ssh://git@git.waren.io:2222/warengroup-private/infra.git --config core.sshCommand="ssh -i ~/.ssh/keys/warengroup-legacy -o ProxyJump=none" "$INFRA_PATH"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user