From 0c0f42b25b4e2dfd725254d346b2dc52568a7dc7 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 15 Jun 2016 13:27:13 -0500 Subject: [PATCH] ceph-build: inject the sha1 properties file from ceph-setup This will make the SHA1 environment variable available to the build scripts. Signed-off-by: Andrew Schoen --- ceph-build/config/definitions/ceph-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index 7c0e7c6c..bab98e84 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -44,6 +44,8 @@ project: ceph-setup filter: 'dist/**' which-build: last-successful + - inject: + properties-file: ${WORKSPACE}/dist/sha1 # general setup - shell: !include-raw: -- 2.39.5