mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Remove unneeded mkdir
This commit is contained in:
parent
efe2e792b3
commit
bdc206d440
@ -280,12 +280,6 @@ func (env *TravisEnvironment) RunTests() error {
|
||||
return errors.New("CI: forbidden imports found")
|
||||
}
|
||||
|
||||
// check that the man pages are up to date
|
||||
manpath := filepath.Join("doc", "new-man")
|
||||
if err := os.MkdirAll(manpath, 0755); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// check that the entries in changelog/ are valid
|
||||
if err := run("calens"); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "calens failed, files in changelog/ are not valid\n")
|
||||
|
Loading…
Reference in New Issue
Block a user