From: Ken Dreyer Date: Thu, 27 Aug 2015 23:32:24 +0000 (-0600) Subject: takora-pull-requests: add basedir X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c1dc40721a4e7f82d92b46844fb6cb42093a0700;p=ceph-build.git takora-pull-requests: add basedir Similar to commit 38f2c2d39cc3957defd55f5df65f242326a34e10 , 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. --- diff --git a/takora-pull-requests/config/definitions/takora-pull-requests.yml b/takora-pull-requests/config/definitions/takora-pull-requests.yml index 243b99827..0ef146e41 100644 --- a/takora-pull-requests/config/definitions/takora-pull-requests.yml +++ b/takora-pull-requests/config/definitions/takora-pull-requests.yml @@ -28,6 +28,7 @@ scm: - git: url: https://github.com/ceph/takora + basedir: takora branches: - ${sha1} refspec: +refs/pull/*:refs/remotes/origin/pr/*