mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-11 23:50:05 +01:00
test: update integration
This commit is contained in:
parent
25fcc6dda0
commit
5e141e10f9
3 changed files with 132 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ func installCommand(dir, jsonnetHome string, uris []string) int {
|
|||
}
|
||||
}
|
||||
|
||||
locked, err := pkg.Ensure(jsonnetFile, jsonnetHome, lockFile.Dependencies)
|
||||
locked, err := pkg.Ensure(jsonnetFile, filepath.Join(dir, jsonnetHome), lockFile.Dependencies)
|
||||
kingpin.FatalIfError(err, "failed to install packages")
|
||||
|
||||
pkg.CleanLegacyName(jsonnetFile.Dependencies)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue