Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. [debug] Successfully decrypted secrets
  2. [debug] Injected secrets into Yaml
  3. [debug] Using workspace /drone/src/git.domain.com/ser/bad-words
  4. [debug] Running Cache step
  5. [debug] Running Clone step
  6. [info] Pulling image plugins/drone-git:latest
  7. Drone Git Plugin built at 2016-02-02 08:48:17 UTC
  8. $ git init
  9. Initialized empty Git repository in /drone/src/git.domain.com/ser/bad-words/.git/
  10. $ git remote add origin https://git.domain.com/ser/bad-words.git
  11. $ git fetch --no-tags --depth=50 origin +refs/heads/feature/drone:
  12. From https://git.domain.com/ser/bad-words
  13. * branch feature/drone -> FETCH_HEAD
  14. * [new branch] feature/drone -> origin/feature/drone
  15. $ git checkout -qf FETCH_HEAD
  16. [debug] Corrupted prefix: []
  17. [debug] Running Build and Compose steps
  18. $ cp .netrc ~
  19. $ chmod 600 .netrc
  20. $ go get ./...
  21. $ go test ./... -v
  22. ? git.domain.com/ser/bad-words [no test files]
  23. dbname=drone sslmode=disable user=postgres password=asdf
  24. testing: warning: no tests to run
  25. PASS
  26. ok git.domain.com/ser/bad-words/repositories 0.002s
  27. === RUN TestGetBadWords
  28. --- PASS: TestGetBadWords (0.00s)
  29. === RUN TestPostBadWords
  30. --- PASS: TestPostBadWords (0.00s)
  31. === RUN TestDeleteBadWords
  32. <nil>
  33. --- PASS: TestDeleteBadWords (0.00s)
  34. === RUN TestRootEndPoint
  35. --- PASS: TestRootEndPoint (0.00s)
  36. === RUN TestGetBadWordCheck
  37. --- PASS: TestGetBadWordCheck (0.00s)
  38. === RUN TestPostValidateLeadHandler
  39. --- PASS: TestPostValidateLeadHandler (0.00s)
  40. PASS
  41. ok git.domain.com/ser/bad-words/restful 0.010s
  42. === RUN TestRefreshBadwordStruct
  43. --- PASS: TestRefreshBadwordStruct (0.00s)
  44. === RUN TestStringHasBadWords
  45. --- PASS: TestStringHasBadWords (0.00s)
  46. === RUN TestWordIsBad
  47. --- PASS: TestWordIsBad (0.00s)
  48. PASS
  49. ok git.domain.com/ser/bad-words/service 0.005s
  50. $ CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o main .
  51. [debug] Corrupted prefix: []
  52. [debug] Running post-Build Cache steps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement