Commit 5ed1ce9b authored by Geoff Simmons's avatar Geoff Simmons

Bugfix the gogitversion build in gitlab CI.

parent c1fca90b
......@@ -31,9 +31,9 @@ test:
when: always
before_script:
- apt-get update -q
- apt-get install -y golang-golang-x-tools pandoc
- go get -d github.com/slimhazard/gogitversion
- pushd $GOPATH/pkg/mod/github.com/slimhazard/gogitversion*
- apt-get install -y golang-golang-x-tools pandoc git
- git clone https://github.com/slimhazard/gogitversion.git
- pushd gogitversion
- chmod a+x ./bootstrap.sh
- ./bootstrap.sh
- make install
......
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