Commit f8b7ef71 authored by Geoff Simmons's avatar Geoff Simmons

Bugfix gitlab CI.

parent 1b725b1d
...@@ -38,7 +38,7 @@ test: ...@@ -38,7 +38,7 @@ test:
- go.sum - go.sum
before_script: before_script:
- go get -d github.com/slimhazard/gogitversion - go get -d github.com/slimhazard/gogitversion
- pushd $GOPATH/src/github.com/slimhazard/gogitversion* - pushd $GOPATH/pkg/mod/github.com/slimhazard/gogitversion*
- make install - make install
- popd - popd
- go get -u golang.org/x/lint/golint - 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