Skip to content
Snippets Groups Projects
Commit 278c01c1 authored by Christian Pointner's avatar Christian Pointner
Browse files

add go get in before script for now (should later be in vendor/)

parent a8f306e3
No related merge requests found
......@@ -7,6 +7,12 @@ before_script:
- mkdir -p $GOPATH/src/$(dirname $REPO_NAME)
- ln -svf $CI_PROJECT_DIR $GOPATH/src/$REPO_NAME
- cd $GOPATH/src/$REPO_NAME
- go get github.com/coreos/bbolt
- go get github.com/gorilla/handlers
- go get github.com/gorilla/mux
- go get github.com/codegangsta/cli
- go get github.com/coreos/go-systemd/activation
- go get github.com/elazarl/go-bindata-assetfs
stages:
- test
......
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