From 38f2c2d39cc3957defd55f5df65f242326a34e10 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 27 Aug 2015 15:57:52 -0600 Subject: [PATCH] takora: add basedir This fixes an error where we try to cd to "takora", and the directory doesn't exist, because Jenkins has done the git clone into the root of $WORKSPACE. --- takora/config/definitions/takora.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/takora/config/definitions/takora.yml b/takora/config/definitions/takora.yml index 0a8497e7..fdb5ada3 100644 --- a/takora/config/definitions/takora.yml +++ b/takora/config/definitions/takora.yml @@ -24,6 +24,7 @@ scm: - git: skip-tag: true + basedir: takora url: https://github.com/ceph/takora branches: - $BRANCH -- 2.39.5