Parcourir la source

Merge branch 'master' of https://git.i2edu.net/i2/i2-bill-api into master

icole il y a 4 ans
Parent
commit
ddea335c17
2 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 1 0
      go.mod
  2. 4 0
      start.sh

+ 1 - 0
go.mod

@@ -13,4 +13,5 @@ require (
 	gopkg.in/yaml.v2 v2.4.0
 )
 
+// go get -u git.i2edu.net/i2/i2-bill-erp@"$(git ls-remote https://git.i2edu.net/i2/i2-bill-erp refs/heads/master --heads | cut -f 1)"
 // replace git.i2edu.net/i2/i2-bill-erp v0.0.0 => ../i2-bill-erp

+ 4 - 0
start.sh

@@ -10,3 +10,7 @@ goctl model mysql ddl -c -src model/i2bill_acquirer_student.sql -dir model
 
 ### RUN API GATEWAY
 go run i2bill.go -f etc/i2bill-api.yaml
+
+
+#### update erp script
+go get -u git.i2edu.net/i2/i2-bill-erp@"$(git ls-remote https://git.i2edu.net/i2/i2-bill-erp refs/heads/master --heads | cut -f 1)"