From 47953a39d267e8296c7a76e21474d2ec2f21d542 Mon Sep 17 00:00:00 2001 From: Umputun Date: Sun, 31 Dec 2017 17:21:09 -0600 Subject: [PATCH] restore --- .drone.yml | 22 +++++++++++----------- app/main.go | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7501a1a6..0c15e906 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,14 +29,14 @@ pipeline: when: branch: master - notify: - image: drillster/drone-email - host: 172.17.0.1 - port: 25 - username: umputun - password: umputun - skip_verify: true - from: drone@umputun.com - recipients: [ umputun@gmail.com ] - when: - status: [ changed, failure ] + # notify: + # image: drillster/drone-email + # host: 172.17.0.1 + # port: 25 + # username: umputun + # password: umputun + # skip_verify: true + # from: drone@umputun.com + # recipients: [ umputun@gmail.com ] + # when: + # status: [ changed, failure ] diff --git a/app/main.go b/app/main.go index 41206b4e..4029ffff 100644 --- a/app/main.go +++ b/app/main.go @@ -163,7 +163,7 @@ func makeDirs(dirs ...string) error { } } } - return xnil + return nil } func setupLog(dbg bool) {