From adffa185bb249394ef651392b41b7a20b26031cc Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 11 Jan 2020 08:32:25 +0100 Subject: Parse interface type definition --- semaphoreci.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'semaphoreci.sh') diff --git a/semaphoreci.sh b/semaphoreci.sh index eb9ef38..d7c8a93 100755 --- a/semaphoreci.sh +++ b/semaphoreci.sh @@ -10,10 +10,10 @@ setup() { fi if [ -e "$SEMAPHORE_CACHE_DIR/graphql.cabal" ] then - cp -a $SEMAPHORE_CACHE_DIR/graphql.cabal graphql.cabal - fi + cp -a $SEMAPHORE_CACHE_DIR/graphql.cabal graphql.cabal + fi $STACK --no-terminal setup - cp -a graphql.cabal $SEMAPHORE_CACHE_DIR/graphql.cabal + cp -a graphql.cabal $SEMAPHORE_CACHE_DIR/graphql.cabal } setup_test() { -- cgit v1.2.3