Skip to content

Commit

Permalink
dont report ci signups
Browse files Browse the repository at this point in the history
  • Loading branch information
nzoschke committed Feb 5, 2016
1 parent 85fad67 commit f90b39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {

clientId := os.Getenv("CLIENT_ID")

if regexpEmail.MatchString(clientId) {
if regexpEmail.MatchString(clientId) && clientId != "ci@convox.com" {
segment.Identify(&analytics.Identify{
UserId: RackId(),
Traits: map[string]interface{}{
Expand Down

0 comments on commit f90b39e

Please sign in to comment.