From bfb1ef99182ca7c0c30e1a083dd9ab177c80dbd9 Mon Sep 17 00:00:00 2001 From: techno-467 Date: Mon, 9 Sep 2024 15:59:10 +0530 Subject: [PATCH] [MOSIP-35160] Updated URL from https://github.com/mosip/mosip-infra/blob/master/deployment/v3/utils/copy_cm_func.sh to https://raw.githubusercontent.com/mosip/mosip-infra/master/deployment/v3/utils/copy_cm_func.sh Signed-off-by: techno-467 --- deploy/copy_cm.sh | 2 +- deploy/copy_secrets.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/copy_cm.sh b/deploy/copy_cm.sh index 92a2db2d..fdcb6430 100755 --- a/deploy/copy_cm.sh +++ b/deploy/copy_cm.sh @@ -3,7 +3,7 @@ # DST_NS: Destination namespace function copying_cm() { - UTIL_URL=https://github.com/mosip/mosip-infra/blob/master/deployment/v3/utils/copy_cm_func.sh + UTIL_URL=https://raw.githubusercontent.com/mosip/mosip-infra/master/deployment/v3/utils/copy_cm_func.sh COPY_UTIL=./copy_cm_func.sh DST_NS=resident diff --git a/deploy/copy_secrets.sh b/deploy/copy_secrets.sh index 0496d42f..92d4db05 100755 --- a/deploy/copy_secrets.sh +++ b/deploy/copy_secrets.sh @@ -3,7 +3,7 @@ # DST_NS: Destination namespace function copying_secrets() { - UTIL_URL=https://github.com/mosip/mosip-infra/blob/master/deployment/v3/utils/copy_cm_func.sh + UTIL_URL=https://raw.githubusercontent.com/mosip/mosip-infra/master/deployment/v3/utils/copy_cm_func.sh COPY_UTIL=./copy_cm_func.sh DST_NS=resident