From 73386ac255a0e8a7fec6edc950d92b35560193c6 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Fri, 9 Mar 2018 13:08:20 +0100 Subject: [PATCH] Try with a new container. --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 698e10d..ca70e88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,12 @@ -image: fpco/stack-build:lts-10.8 +image: quay.io/dbalan/hakyll:master cache: paths: - - /root/.stack/programs/ - _cache/ - .stack-work/ test: script: - - stack setup - stack build - stack exec site build @@ -27,12 +25,11 @@ deploy: - mkdir -p ~/.ssh - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config - - stack setup script: - stack build - stack exec site build - scp -r public root@dbalan.in:/usr/local/www/blog/ only: - master - +