Quellcode durchsuchen

drone notify email(4)

luis vor 7 Jahren
Ursprung
Commit
dc46728db2
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -13,6 +13,7 @@ pipeline:
     environment:
       - GOPATH=/app/go/deps:/app/go
     commands: 
+      - echo $$EMAIL_PASSWORD
       - go get github.com/axw/gocov/gocov
       - go get -d ./go/src/...
       - go get -d -t ./go/src/...