Snap for 7721244 from 495a34493a
to sc-d2-release
Change-Id: I8f0a13c11ee92aed349d36a0edce723c8c82dde1
This commit is contained in:
commit
40a8b17bc4
|
@ -205,13 +205,12 @@ func main() {
|
||||||
Status: stat,
|
Status: stat,
|
||||||
}}
|
}}
|
||||||
|
|
||||||
config := c.config(buildCtx, args...)
|
|
||||||
|
|
||||||
if err := loadEnvConfig(); err != nil {
|
if err := loadEnvConfig(); err != nil {
|
||||||
fmt.Fprintf(os.Stderr, "failed to parse env config files: %v", err)
|
fmt.Fprintf(os.Stderr, "failed to parse env config files: %v", err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
config := c.config(buildCtx, args...)
|
||||||
|
|
||||||
build.SetupOutDir(buildCtx, config)
|
build.SetupOutDir(buildCtx, config)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue