This commit is contained in:
Umputun
2017-12-31 17:21:09 -06:00
parent b5afe4bdbc
commit 47953a39d2
2 changed files with 12 additions and 12 deletions
+11 -11
View File
@@ -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 ]
+1 -1
View File
@@ -163,7 +163,7 @@ func makeDirs(dirs ...string) error {
}
}
}
return xnil
return nil
}
func setupLog(dbg bool) {