summaryrefslogtreecommitdiffstats
path: root/post-receive.cyrax-build
diff options
context:
space:
mode:
Diffstat (limited to 'post-receive.cyrax-build')
-rwxr-xr-xpost-receive.cyrax-build1
1 files changed, 1 insertions, 0 deletions
diff --git a/post-receive.cyrax-build b/post-receive.cyrax-build
index 524d79d..376d799 100755
--- a/post-receive.cyrax-build
+++ b/post-receive.cyrax-build
@@ -1,6 +1,7 @@
#/bin/bash
WEB_BASE="/var/www/"
+export TMPDIR="/var/tmp/www/"
while read old new ref ; do
BRANCH="${ref#refs/heads/}"