restore
This commit is contained in:
+11
-11
@@ -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
@@ -163,7 +163,7 @@ func makeDirs(dirs ...string) error {
|
||||
}
|
||||
}
|
||||
}
|
||||
return xnil
|
||||
return nil
|
||||
}
|
||||
|
||||
func setupLog(dbg bool) {
|
||||
|
||||
Reference in New Issue
Block a user