summaryrefslogtreecommitdiff
path: root/semaphoreci.sh
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-01-11 08:32:25 +0100
committerEugen Wissner <belka@caraus.de>2020-01-13 08:21:02 +0100
commitadffa185bb249394ef651392b41b7a20b26031cc (patch)
tree40547a4ef3fa1804924144d73dbcf9630a451b23 /semaphoreci.sh
parentf4ed06741dedb7b19cedc09b1c47afe1f0849f24 (diff)
downloadgraphql-adffa185bb249394ef651392b41b7a20b26031cc.tar.gz
Parse interface type definition
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() {