Skip to content
Snippets Groups Projects
Commit 0c57274e authored by Nick Thomas's avatar Nick Thomas
Browse files

.gitlab-ci.yml: Put es-git-go into $GOPATH

parent c41f8d09
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
.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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment