diff --git a/proxy-ui-app/Makefile b/proxy-ui-app/Makefile index 5513407..12fd034 100644 --- a/proxy-ui-app/Makefile +++ b/proxy-ui-app/Makefile @@ -44,4 +44,4 @@ ifeq ($(commit),) $(error mn is not set) endif make prehook - git add . && git commit -m "feat($(commit)):" && git push \ No newline at end of file + git add . && git commit -m "feat($(commit)):" && GIT_SSL_NO_VERIFY=true git push \ No newline at end of file diff --git a/users-manage/Makefile b/users-manage/Makefile index 1b43cd4..e00d4ec 100644 --- a/users-manage/Makefile +++ b/users-manage/Makefile @@ -45,4 +45,4 @@ ifeq ($(commit),) $(error mn is not set) endif make prehook - git add . && git commit -m "feat($(commit)):" && git push \ No newline at end of file + git add . && git commit -m "feat($(commit)):" && GIT_SSL_NO_VERIFY=true git push \ No newline at end of file