Преглед изворни кода

make/pr: enforce vendor for run (#10296)

tags/v1.10.5
Antoine GIRARD пре 4 година
родитељ
комит
df758f3cc9
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      contrib/pr/checkout.go

+ 1
- 1
contrib/pr/checkout.go Прегледај датотеку

@@ -250,7 +250,7 @@ func main() {
//Force build of js, css, bin, ...
runCmd("make", "build")
//Start with integration test
runCmd("go", "run", "-tags", "sqlite sqlite_unlock_notify", codeFilePath, "-run")
runCmd("go", "run", "-mod", "vendor", "-tags", "sqlite sqlite_unlock_notify", codeFilePath, "-run")
}
func runCmd(cmd ...string) {
log.Printf("Executing : %s ...\n", cmd)

Loading…
Откажи
Сачувај