feat(git): test ssl
This commit is contained in:
parent
81c5c1f87f
commit
25cd5981a8
@ -45,4 +45,4 @@ ifeq ($(commit),)
|
|||||||
$(error mn is not set)
|
$(error mn is not set)
|
||||||
endif
|
endif
|
||||||
make prehook
|
make prehook
|
||||||
git add . && git commit -m "feat($(commit)):" && GIT_SSL_NO_VERIFY=true git push
|
git add . && git commit -m "$(commit)" && git push
|
||||||
@ -1,5 +1,4 @@
|
|||||||
<script>
|
<script>
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user