1
0
mirror of https://gitea.com/gitea/changelog synced 2025-10-05 16:32:45 +02:00

Fix CI (GOPROXY) (#26)

git: eol=lf

fix GoProxy for code.gitea.com

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/26
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
This commit is contained in:
2020-01-24 16:14:30 +00:00
committed by techknowlogick
parent 3931042cd7
commit 56048d3f35
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ steps:
pull: always
image: golang:1.13
environment:
GOPROXY: https://goproxy.cn
GOPROXY: https://goproxy.cn,direct
commands:
- go test -race
@@ -34,4 +34,4 @@ steps:
trigger:
branch:
- master
- master

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text=auto eol=lf