Commit 2e4575bf authored by Geoff Simmons's avatar Geoff Simmons

Bugfix gitlab CI script for the test stage.

parent 8c123c13
......@@ -38,8 +38,8 @@ test:
- go.sum
before_script:
- go get -d github.com/slimhazard/gogitversion
- pushd $GOPATH/pkg/mod/github.com/slimhazard/gogitversion*
- chmod a+x ./bootstrap.sh
- pushd $GOPATH/src/github.com/slimhazard/gogitversion
- ./bootstrap.sh
- make install
- popd
- go get -u golang.org/x/lint/golint
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment