From 56ae8096f8a07badfab816005131781b9b1f3932 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 4 Dec 2015 15:52:52 +0100 Subject: [PATCH] restored deleted entities just to be sure --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 53300ac..ce3d485 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: golang:1.5 before_script: - echo "deb http://httpredir.debian.org/debian jessie non-free" >> /etc/apt/sources.list - cat /etc/apt/sources.list + - apt-get update -yq - apt-get install -yq --no-install-recommends rsync - go get -v github.com/spf13/hugo