feat(git): test ssl

This commit is contained in:
vbuglov 2024-03-05 13:34:49 +03:00
parent 81c5c1f87f
commit 25cd5981a8
2 changed files with 1 additions and 2 deletions

View File

@ -45,4 +45,4 @@ ifeq ($(commit),)
$(error mn is not set)
endif
make prehook
git add . && git commit -m "feat($(commit)):" && GIT_SSL_NO_VERIFY=true git push
git add . && git commit -m "$(commit)" && git push

View File

@ -1,5 +1,4 @@
<script>
export default {
name: 'App',
}