File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 61
61
GOARCH : arm64
62
62
TAGS : bindata
63
63
commands :
64
- - curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
65
- - make build # test cross compile
64
+ - make backend # test cross compile
66
65
- rm ./gitea # clean
67
66
depends_on : [lint-backend]
68
67
@@ -99,7 +98,7 @@ services:
99
98
image : mysql:5.7
100
99
environment :
101
100
MYSQL_ALLOW_EMPTY_PASSWORD : yes
102
- MYSQL_DATABASE : test
101
+ MYSQL_DATABASE : test
103
102
GOPROXY : off
104
103
TAGS : bindata sqlite sqlite_unlock_notify
105
104
GITLAB_READ_TOKEN :
@@ -153,8 +152,7 @@ steps:
153
152
pull : always
154
153
image : golang:1.14
155
154
commands :
156
- - curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
157
- - make build
155
+ - make backend
158
156
environment :
159
157
GOPROXY : https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
160
158
GOSUMDB : sum.golang.org
@@ -300,8 +298,7 @@ steps:
300
298
pull : always
301
299
image : golang:1.14
302
300
commands :
303
- - curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
304
- - make build
301
+ - make backend
305
302
environment :
306
303
GOPROXY : https://goproxy.cn # proxy.golang.org is blocked in China, this proxy is not
307
304
GOSUMDB : sum.golang.org
You can’t perform that action at this time.
0 commit comments