6543
40e606561f
GOPROXY: https://goproxy.io
2022-03-28 23:59:48 +02:00
techknowlogick
ced24ccabb
update to new s3 location ( #468 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/468
2022-03-11 05:01:29 +08:00
Norwin
23ce7b351d
fix CI release upload: switch to woodpecker/plugin-s3 ( #428 )
...
- this fixes the CI release upload issues, as the docker image for this is freshly built (unlike the mostly unmaintained "official" drone plugins), thus containing current CA certs needed for letsencrypt since 2021-09-31.
- woodpecker is a drone-ci fork maintained partially by @6543. it's API compatible with current drone plugins afaik
Co-authored-by: Norwin <git@nroo.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/428
Reviewed-by: Alexey 〒erentyev <axifive@noreply.gitea.io>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2021-10-10 20:48:51 +08:00
techknowlogick
64770a771f
rename s3 bucket name ( #375 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/375
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-committed-by: techknowlogick <techknowlogick@gitea.io>
2021-06-30 04:36:05 +08:00
6543
786c713ff5
[CI] use golang v1.16 ( #339 )
...
Reviewed-on: https://gitea.com/gitea/tea/pulls/339
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2021-03-05 20:37:50 +08:00
techknowlogick
3acd42f8d7
Use gox to cross-compile ( #274 )
...
use gox for cross-compile
use xgo base image
correct flags for gox
no need to test drone anymore
Co-authored-by: Matti R <matti@mdranta.net>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/274
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Co-Authored-By: techknowlogick <techknowlogick@gitea.io>
Co-Committed-By: techknowlogick <techknowlogick@gitea.io>
2020-12-09 01:45:48 +08:00
6543
f8d983b523
Update Golang ( #185 )
...
update golang
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/185
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-09-19 15:29:15 +00:00
6543
81fa4e78ff
Fix CI: Turn off go modules for xgo and gxz ( #115 )
...
Turn off go modules for xgo and gxz
as on https://github.com/go-gitea/gitea/pull/10963
Revert "Fix CI: workaround from @kolaente (#113 )"
This reverts commit b37673c954
.
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/115
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-04-06 14:21:36 +00:00
6543
b37673c954
Fix CI: workaround from @kolaente ( #113 )
...
as workaround from @kolaente
Signed-off-by: 6543 <6543@obermui.de>
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/113
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
2020-03-31 18:11:14 +00:00
6543
12f38c892f
Fix CI for releasing tea ( #106 )
...
fix ci
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/106
Reviewed-by: mrsdizzie <info@mrsdizzie.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-03-08 01:29:46 +00:00
techknowlogick
aa88745177
fix typo in drone ( #75 )
2019-11-15 09:33:56 +00:00
Jonas Franz
0a2120db45
Fix gitea releases upload configuration ( #71 )
2019-11-08 02:44:07 +00:00
6543
3d128cfc69
changed git config determination to go-git ( #41 ) [continue #45 ] ( #62 )
2019-10-28 21:10:20 +00:00
lunny
07a623ff83
change .drone.yml to new format ( #33 )
2019-07-07 01:40:02 +00:00
Bo-Yi Wu
cc2d8d9cbd
remove codecoverage
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-06-05 09:43:44 +08:00
Bo-Yi Wu
1d774a01c6
chore: enable goproxy.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-06-05 09:34:21 +08:00
Bo-Yi Wu
bf9620d18e
chore: go support combine all coverage file ( #24 )
...
* Combine all coverage file in one command
* remove generate-coverage
* remove unused method: errCheck
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-04-26 14:51:03 +03:00
Lunny Xiao
6aa4629f05
fix drone ( #21 )
...
* fix drone
* remove docker on drone
2019-04-26 06:41:21 +03:00
Lunny Xiao
d4f107b710
Add Makefile / .drone.yml, use go module with vendor ( #20 )
...
* add Makefile / .drone.yml, use go module with vendor
* Update .drone.yml
Co-Authored-By: lunny <xiaolunwen@gmail.com>
2019-04-25 20:06:53 +03:00