feat: switch to drone 1.0 (#399)

fix #397
This commit is contained in:
Bo-Yi Wu
2019-03-16 11:37:01 +08:00
committed by GitHub
parent 5321ed4575
commit 3f223cf6c0
25 changed files with 1104 additions and 697 deletions

View File

@@ -33,8 +33,6 @@ func (s *Storage) Init() error {
s.opts = badger.DefaultOptions
s.opts.Dir = os.TempDir() + "badger"
s.opts.ValueDir = os.TempDir() + "badger"
fmt.Println(s.opts.Dir)
fmt.Println(s.opts.ValueDir)
return nil
}