commit by to_remotes 2023-09-20 12:36:36 +0200 from vmdevhw
parent
c0f6328c6f
commit
2fe4b1423d
4
init.sh
4
init.sh
|
|
@ -13,6 +13,10 @@ function clone_repo_with_retry(){
|
||||||
git clone git@git.service.wiseadvice.eu:wiseadvice_apps/$REPO_NAME.git -b main
|
git clone git@git.service.wiseadvice.eu:wiseadvice_apps/$REPO_NAME.git -b main
|
||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
echo " "
|
echo " "
|
||||||
|
echo "Have you checked? "
|
||||||
|
echo "add deployment user as colaborator to the cimp repo"
|
||||||
|
echo "and add deployment user to the team shared_deployments"
|
||||||
|
echo "https://git.service.wiseadvice.eu/org/wiseadvice_apps/teams/shared_deployments"
|
||||||
echo -n "Have you checked? Should we try again? type yes: "
|
echo -n "Have you checked? Should we try again? type yes: "
|
||||||
read -r yes_no
|
read -r yes_no
|
||||||
if [ "$yes_no" = "yes" ]; then
|
if [ "$yes_no" = "yes" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue