fix: upload config without previous config + bump deps

This commit is contained in:
Mikaël Cluseau
2019-12-07 21:09:12 +01:00
parent f43f4fcec4
commit 8ce4e97922
7 changed files with 30 additions and 43 deletions

View File

@ -25,7 +25,7 @@ func casCleaner() {
func cleanCAS() error {
cfg, err := readConfig()
if err != nil {
return err
return nil
}
activeTags := make([]string, len(cfg.Hosts))