diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-09-30 07:09:58 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-09-30 07:09:58 +0200 |
| commit | 0d142fb01c6cd88e8a15e312c0be0607d78c6c54 (patch) | |
| tree | fb8fdecc8a9556f1b590f1b685006bcbbf2f1665 /semaphoreci.sh | |
| parent | f767f6cd40512e470b760397cbe67e1bcdc90e2f (diff) | |
| download | graphql-0d142fb01c6cd88e8a15e312c0be0607d78c6c54.tar.gz | |
Set STACK_ROOT to cache dependencies in the CI
Set STACK_ROOT to cache dependencies between the builds.
Diffstat (limited to 'semaphoreci.sh')
| -rwxr-xr-x | semaphoreci.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/semaphoreci.sh b/semaphoreci.sh index 28fdb18..c14bd56 100755 --- a/semaphoreci.sh +++ b/semaphoreci.sh @@ -1,6 +1,7 @@ #!/bin/bash STACK=$SEMAPHORE_CACHE_DIR/stack +export STACK_ROOT=$SEMAPHORE_CACHE_DIR/.stack setup() { if [ ! -e "$STACK" ] |
