changed git config determination to go-git (#41) [continue #45] (#62)

This commit is contained in:
6543
2019-10-28 21:10:20 +00:00
committed by techknowlogick
parent e456abcc8c
commit 3d128cfc69
674 changed files with 311827 additions and 75 deletions

View File

@@ -13,7 +13,7 @@ workspace:
steps:
- name: build
pull: always
image: golang:1.12
image: golang:1.13
environment:
GOPROXY: https://goproxy.cn
commands:
@@ -32,7 +32,7 @@ steps:
- name: unit-test
pull: always
image: golang:1.12
image: golang:1.13
commands:
- make unit-test-coverage
settings:
@@ -46,7 +46,7 @@ steps:
- name: release-test
pull: always
image: golang:1.12
image: golang:1.13
commands:
- make test
settings:
@@ -60,7 +60,7 @@ steps:
- name: tag-test
pull: always
image: golang:1.12
image: golang:1.13
commands:
- make test
settings:
@@ -191,4 +191,4 @@ steps:
- pull_request
status:
- changed
- failure
- failure