Skip to content
Snippets Groups Projects

Initial implementation of an elasticsearch indexer in Go

Merged Nick Thomas requested to merge 1-initial-implementation into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
.test: &test
stage: test
script:
- mkdir -p $GOPATH/src/gitlab.com/gitlab-org
- ln -s `pwd` $GOPATH/src/gitlab.com/gitlab-org/es-git-go
- make verify es-git-go
test 1.5:
Loading