Commit e90cf7ba authored by Geoff Simmons's avatar Geoff Simmons

Update gitlab CI script to build gogitversion from the git repo.

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