From e7fb15af2603c24e0b7fe6f43ade5f1823f39c30 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 9 Feb 2021 20:09:44 +0100 Subject: [PATCH] chore(gitlab-ci): hopefully fix error due to happy version --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15989d553..5a915bc15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ workflow: default: image: - name: fpco/stack-build:lts-17.2 + name: fpco/stack-build:lts-16.31 cache: &global_cache paths: - node_modules @@ -118,6 +118,9 @@ yesod:build:dev: - install -v -m 0700 -d ~/.ssh - install -v -T -m 0644 ${SSH_KNOWN_HOSTS} ~/.ssh/known_hosts - install -v -T -m 0400 ${SSH_DEPLOY_KEY} ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config; + - stack install happy + - export PATH="${HOME}/.local/bin:$PATH" + - hash -r - git restore-mtime artifacts: paths: