Skip to content

Commit

Permalink
[ci skip] 2019.10.18-7012
Browse files Browse the repository at this point in the history
  • Loading branch information
cybozu-neco committed Oct 18, 2019
2 parents 2ed6b91 + eb5b93a commit a2c31c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion artifacts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion gcp/vmxenabled.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ var (
"/etc/containers/registries.conf",
"/etc/docker/daemon.json",
"/etc/profile.d/go.sh",
"/etc/systemd/system/docker.service.d/99-placemat.conf",
"/usr/local/bin/podenter",
}
)
Expand Down Expand Up @@ -370,6 +369,9 @@ func dumpStaticFiles() error {
for _, file := range staticFiles {
err := copyStatic(statikFS, file)
if err != nil {
log.Error("failed to copy file: "+file, map[string]interface{}{
log.FnError: err,
})
return err
}
log.Info("wrote", map[string]interface{}{
Expand Down

0 comments on commit a2c31c8

Please sign in to comment.