From 0953b1258149a06175415356cfee88dd8dcdeeec Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 29 Jan 2021 18:29:09 +0800 Subject: [PATCH] Makefile: git add and git commit migrations package --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1a6a8d173..e619807aa 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,8 @@ dist: bin-dir bbgo-linux bbgo-darwin migrations: rockhopper compile --config rockhopper.yaml --output pkg/migrations + git add -v pkg/migrations + git commit -m "Update migration package" pkg/migrations docker: GOPATH=$(PWD)/_mod go mod download