From 485a5bf8880bff83deb05a9a3138c9b345a26556 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Wed, 18 Oct 2017 23:19:31 +0300 Subject: lhg-oe-build: missed ${WORKSPACE}/ before the properties file Signed-off-by: Andrey Konovalov Change-Id: I727221d27ed88519ac3a7f5687dd0b65c97c7107 --- lhg-oe-build/builders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lhg-oe-build/builders.sh') diff --git a/lhg-oe-build/builders.sh b/lhg-oe-build/builders.sh index 303ec39318..e5a8177c8d 100755 --- a/lhg-oe-build/builders.sh +++ b/lhg-oe-build/builders.sh @@ -52,7 +52,7 @@ repo sync cp .repo/manifest.xml source-manifest.xml repo manifest -r -o pinned-manifest.xml MANIFEST_COMMIT=$(cd .repo/manifests && git rev-parse --short HEAD) -echo "MANIFEST_COMMIT=${MANIFEST_COMMIT}" > submit_for_testing_parameters +echo "MANIFEST_COMMIT=${MANIFEST_COMMIT}" > ${WORKSPACE}/submit_for_testing_parameters # the setup-environment will create auto.conf and site.conf # make sure we get rid of old config. -- cgit v1.2.3