summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-10-07 20:51:58 +0300
committerLars Wirzenius <liw@liw.fi>2014-10-07 20:51:58 +0300
commit69e9e9d68cec32f81da18f484be978b308c7cf52 (patch)
treef97ceefd4a2c2b2491408940c358ad514af70dc8
parent5cfa9c893e92d8d765c01e766f3ac3ffe5de32e3 (diff)
downloadjenkinstool-69e9e9d68cec32f81da18f484be978b308c7cf52.tar.gz
Set new temporary directory
-rwxr-xr-xvm-create2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm-create b/vm-create
index f191693..5a1c401 100755
--- a/vm-create
+++ b/vm-create
@@ -21,7 +21,7 @@
set -eux
PATH="$PATH:/home/liw/vmdebootstrap/vmdebootstrap"
-VMTMP="/mnt/vmtmp"
+VMTMP="/mnt/scratch/liw-scratch"
# Create the SSH host and user keys.
for key in jenkins.host-key jenkins.user-key worker.host-key worker.user-key