|
@@ -12,10 +12,7 @@ pipeline:
|
|
|
image: golang
|
|
|
environment:
|
|
|
- GOPATH=/app/go/deps:/app/go
|
|
|
- - EMAIL_PASSWORD=$$EMAIL_PASSWORD
|
|
|
commands:
|
|
|
- - echo ${EMAIL_PASSWORD}
|
|
|
- - echo $EMAIL_PASSWORD
|
|
|
- go get github.com/axw/gocov/gocov
|
|
|
- go get -d ./go/src/...
|
|
|
- go get -d -t ./go/src/...
|
|
@@ -46,8 +43,8 @@ pipeline:
|
|
|
host: mail.hexasoftware.com
|
|
|
skip_verify: true
|
|
|
username: drone@hexasoftware.com
|
|
|
- password: $$EMAIL_PASSWORD
|
|
|
from: drone@hexasoftware.com
|
|
|
+ secrets: [email_password]
|
|
|
when:
|
|
|
status: [ changed, failure, success ]
|
|
|
|