From dd8f312cb3b0478a3f1e6215c73f47d49180be65 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 1 Jan 2020 10:58:11 +0100 Subject: Rewrite argument list to argument map --- semaphoreci.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'semaphoreci.sh') diff --git a/semaphoreci.sh b/semaphoreci.sh index c14bd56..eb9ef38 100755 --- a/semaphoreci.sh +++ b/semaphoreci.sh @@ -8,7 +8,12 @@ setup() { then curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C $SEMAPHORE_CACHE_DIR '*/stack' fi + if [ -e "$SEMAPHORE_CACHE_DIR/graphql.cabal" ] + then + cp -a $SEMAPHORE_CACHE_DIR/graphql.cabal graphql.cabal + fi $STACK --no-terminal setup + cp -a graphql.cabal $SEMAPHORE_CACHE_DIR/graphql.cabal } setup_test() { -- cgit v1.2.3