diff options
author | Tamar Christina <tamar@zhox.com> | 2019-02-17 18:37:47 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-02-21 20:52:42 -0500 |
commit | 9db92cf0baada362f2b1bd69fbfd156f415d4053 (patch) | |
tree | 0be511f4e93d7bd7a8489c1277d92feadebc8015 /.gitlab-ci.yml | |
parent | 48aafc247316a15f2fe412d5dcf07c0bc6e5cbbf (diff) | |
download | haskell-9db92cf0baada362f2b1bd69fbfd156f415d4053.tar.gz |
Set builder env
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33d96d88df..6ac6100191 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -360,6 +360,8 @@ validate-x86_64-linux-deb9-unreg: - robocopy /np /nfl /ndl /e "%APPDATA%\cabal" cabal-cache - bash -c 'make clean || true' dependencies: [] + variables: + FORCE_SYMLINKS: 1 cache: paths: - cabal-cache |