feat(push): add push without ssl to makefile
This commit is contained in:
parent
bf2f060b94
commit
81c5c1f87f
@ -44,4 +44,4 @@ ifeq ($(commit),)
|
||||
$(error mn is not set)
|
||||
endif
|
||||
make prehook
|
||||
git add . && git commit -m "feat($(commit)):" && git push
|
||||
git add . && git commit -m "feat($(commit)):" && GIT_SSL_NO_VERIFY=true git push
|
||||
@ -45,4 +45,4 @@ ifeq ($(commit),)
|
||||
$(error mn is not set)
|
||||
endif
|
||||
make prehook
|
||||
git add . && git commit -m "feat($(commit)):" && git push
|
||||
git add . && git commit -m "feat($(commit)):" && GIT_SSL_NO_VERIFY=true git push
|
||||
Loading…
x
Reference in New Issue
Block a user