Use zuul.executor.work_root for add-build-sshkey

Now that zuul.executor.work_root is live, we can stop using a relative
path for our ssh private key.

Change-Id: I7d8deab60724fb62a18dc0c5fb4eec57056552c7
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-08-04 12:28:56 -04:00
parent e59abec7a3
commit 31fe71d04d

View File

@ -1 +1 @@
zuul_temp_ssh_key: "{{ zuul.executor.src_root }}/../{{ zuul.build }}_id_rsa"
zuul_temp_ssh_key: "{{ zuul.executor.work_root }}/{{ zuul.build }}_id_rsa"