From b8a4247bc9f9c4392b5706370fc1067a6e6545a2 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 4 Dec 2015 15:52:12 +0100 Subject: [PATCH] stopped caring 21 commits ago --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fd5268..53300ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: golang:1.5 before_script: - echo "deb http://httpredir.debian.org/debian jessie non-free" >> /etc/apt/sources.list + - echo "deb http://httpredir.debian.org/debian jessie non-free" >> /etc/apt/sources.list - cat /etc/apt/sources.list - apt-get install -yq --no-install-recommends rsync - go get -v github.com/spf13/hugo