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