update ci.go

This commit is contained in:
Christopher Franko 2017-02-16 16:28:49 -05:00 committed by GitHub
parent 3ab76ece56
commit c9ca81f790

View file

@ -365,7 +365,7 @@ func doArchive(cmdline []string) {
gexp = "gexp-" + base + ext
alltools = "gexp-alltools-" + base + ext
)
maybeSkipArchive(env)
// maybeSkipArchive(env)
if err := build.WriteArchive(gexp, gethArchiveFiles); err != nil {
log.Fatal(err)
}
@ -942,4 +942,4 @@ func xgoTool(args []string) *exec.Cmd {
cmd.Env = append(cmd.Env, e)
}
return cmd
}
}