Commit 1bcf38b3 authored by Geoff Simmons's avatar Geoff Simmons

Bugfix gitlab CI: always install doc tools before gogitversion.

Cf. ab85c9bb and
c3f7a9a9
parent 79061006
FROM golang:1.15 as builder
RUN apt-get update -q && \
apt-get install -y golang-golang-x-tools pandoc
RUN go get -d -v github.com/slimhazard/gogitversion && \
cd /go/src/github.com/slimhazard/gogitversion && \
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