commit by to_remotes 2024-04-29 12:03:04 +0200 from vmdevac
parent
5430354d55
commit
957ab3b22d
5
init.sh
5
init.sh
|
|
@ -68,6 +68,9 @@ function start_ssh_agent(){
|
||||||
|
|
||||||
|
|
||||||
function init_repos(){
|
function init_repos(){
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [ -d "$WA_REPO" ]; then
|
if [ -d "$WA_REPO" ]; then
|
||||||
echo "$WA_REPO does exist, skipping cloning"
|
echo "$WA_REPO does exist, skipping cloning"
|
||||||
source $WA_REPO/export_client_name.sh
|
source $WA_REPO/export_client_name.sh
|
||||||
|
|
@ -97,6 +100,8 @@ function init_repos(){
|
||||||
|
|
||||||
echo "please upload now pub key by logging into user $CLIENT_NAME keys ..."
|
echo "please upload now pub key by logging into user $CLIENT_NAME keys ..."
|
||||||
echo "if user does not exit. login with admin user and create new user with name: $CLIENT_NAME"
|
echo "if user does not exit. login with admin user and create new user with name: $CLIENT_NAME"
|
||||||
|
echo "make sure the user $CLIENT_NAME is in team shared_deployments and is allowed to pull repository cimp_$CLIENT_NAME"
|
||||||
|
|
||||||
|
|
||||||
echo "https://git.service.wiseadvice.eu/user/settings/keys"
|
echo "https://git.service.wiseadvice.eu/user/settings/keys"
|
||||||
echo " "
|
echo " "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue