diff --git a/deploy/copy_cm.sh b/deploy/copy_cm.sh index f7aa805b..89c81c57 100755 --- a/deploy/copy_cm.sh +++ b/deploy/copy_cm.sh @@ -3,12 +3,10 @@ # 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=abis - UTIL_URL=https://github.com/mosip/mosip-infra/blob/master/deployment/v3/utils/copy_cm_func.sh - $COPY_UTIL configmap global default $DST_NS $COPY_UTIL configmap config-server-share config-server $DST_NS $COPY_UTIL configmap artifactory-share artifactory $DST_NS