diff options
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" ] |
