mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
rename module name from gitlab to github.
This commit is contained in:
8
build
8
build
@ -30,10 +30,10 @@ go build \
|
||||
-o bin/neko \
|
||||
-ldflags "
|
||||
-s -w
|
||||
-X 'gitlab.com/demodesk/neko/server.buildDate=`date -u +'%Y-%m-%dT%H:%M:%SZ'`'
|
||||
-X 'gitlab.com/demodesk/neko/server.gitCommit=${GIT_COMMIT}'
|
||||
-X 'gitlab.com/demodesk/neko/server.gitBranch=${GIT_BRANCH}'
|
||||
-X 'gitlab.com/demodesk/neko/server.gitTag=${GIT_TAG}'
|
||||
-X 'github.com/demodesk/neko.buildDate=`date -u +'%Y-%m-%dT%H:%M:%SZ'`'
|
||||
-X 'github.com/demodesk/neko.gitCommit=${GIT_COMMIT}'
|
||||
-X 'github.com/demodesk/neko.gitBranch=${GIT_BRANCH}'
|
||||
-X 'github.com/demodesk/neko.gitTag=${GIT_TAG}'
|
||||
" \
|
||||
cmd/neko/main.go;
|
||||
|
||||
|
Reference in New Issue
Block a user