summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-09-14 18:34:01 +0100
committerLars Wirzenius <liw@liw.fi>2013-09-14 18:34:01 +0100
commit8cba1c8694c47fcdc865f210689b785d6393b421 (patch)
tree3f412c36c6a1c61c722ef45639ab741abd723271
parent7fbe0ef8a2c6850710f5eb8d9b8339c6f450d94f (diff)
downloadjenkinstool-8cba1c8694c47fcdc865f210689b785d6393b421.tar.gz
Set $PATH in vm-create to include vmdebootstrap
-rwxr-xr-xvm-create2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm-create b/vm-create
index 8122ab0..15a129b 100755
--- a/vm-create
+++ b/vm-create
@@ -20,6 +20,8 @@
set -eux
+PATH="$PATH:/home/liw/vmdebootstrap/vmdebootstrap"
+
# Create the SSH host and user keys.
for key in jenkins.host-key jenkins.user-key worker.host-key worker.user-key
do