diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-01-11 08:32:25 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-01-13 08:21:02 +0100 |
| commit | adffa185bb249394ef651392b41b7a20b26031cc (patch) | |
| tree | 40547a4ef3fa1804924144d73dbcf9630a451b23 /semaphoreci.sh | |
| parent | f4ed06741dedb7b19cedc09b1c47afe1f0849f24 (diff) | |
| download | graphql-adffa185bb249394ef651392b41b7a20b26031cc.tar.gz | |
Parse interface type definition
Diffstat (limited to 'semaphoreci.sh')
| -rwxr-xr-x | semaphoreci.sh | 6 |
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() { |
