diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-05-27 18:15:43 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-05-27 18:15:43 +0200 |
commit | 1501452f83cde1cd33d6e98ab45738008a2ff914 (patch) | |
tree | 37f41ecb4cc6560e05c08c08041b51da521b2864 /scripts/ci/steps | |
parent | 0b7de90484163ee3d15fa52831ee2944d79cc5e0 (diff) |
ci: Switch to stack included in CI images
Diffstat (limited to 'scripts/ci/steps')
-rw-r--r-- | scripts/ci/steps/25-deps.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/ci/steps/25-deps.sh b/scripts/ci/steps/25-deps.sh index 69e5ef3..b4d4bf5 100644 --- a/scripts/ci/steps/25-deps.sh +++ b/scripts/ci/steps/25-deps.sh @@ -18,7 +18,5 @@ ghc_ver=$(ghc --numeric-version) if verlte "$stack_ver" 1.9.3 && verlte 8.2.2 "$ghc_ver" then - "$CI_SCRIPTS_DIR"/install-stack.sh "$build_dir/bin" - PATH="$build_dir/bin:$PATH" - export PATH + echo WARNING -- the tests need stack >= 1.9.4 please install it >&2 fi |