summaryrefslogtreecommitdiff
path: root/semaphoreci.sh
diff options
context:
space:
mode:
Diffstat (limited to 'semaphoreci.sh')
-rwxr-xr-xsemaphoreci.sh6
1 files changed, 3 insertions, 3 deletions
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() {