mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
improve makefile for version target
This commit is contained in:
parent
17b8be786c
commit
ccd9d8c466
2
Makefile
2
Makefile
|
@ -135,7 +135,7 @@ version: pkg/version/version.go migrations
|
|||
migrations:
|
||||
rockhopper compile --config rockhopper_mysql.yaml --output pkg/migrations/mysql
|
||||
rockhopper compile --config rockhopper_sqlite.yaml --output pkg/migrations/sqlite3
|
||||
(git add -v pkg/migrations && git commit -m "compile and update migration package" pkg/migrations) || true
|
||||
git add -v pkg/migrations && git commit -m "compile and update migration package" pkg/migrations || true
|
||||
|
||||
docker:
|
||||
GOPATH=$(PWD)/_mod go mod download
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
package version
|
||||
|
||||
const Version = "v1.19.3-434f98ee"
|
||||
const Version = "v1.19.3-645869c8"
|
||||
|
||||
const VersionGitRef = "434f98ee"
|
||||
const VersionGitRef = "645869c8"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user