Fix ListRepoPullRequests #219

Merged
lunny merged 7 commits from 6543/go-sdk:fix-ListRepoPullRequests into master 2020-01-16 03:52:30 +00:00
Showing only changes of commit 359a3083ee - Show all commits

View File

@ -34,6 +34,7 @@ steps:
image: golang:1.13
environment:
GOPROXY: https://goproxy.cn
HTTP_PROXY: ""
GITEA_SDK_TEST_URL: "http://gitea:3000"
GITEA_SDK_TEST_USERNAME: "test01"
GITEA_SDK_TEST_PASSWORD: "test01"
@ -41,11 +42,9 @@ steps:
commands:
- make clean
- make vet
#- make lint
- make build
- export HTTP_PROXY=""
- curl --noproxy "*" http://gitea:3000/api/v1/version # verify connection to instance
- HTTP_PROXY="" http_proxy="" make test
- make test
- name: discord
pull: always