From aa3b4340cff17cec46329130f0900ec3d5f01cc8 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Thu, 5 Apr 2018 11:57:12 -0700 Subject: calling a parent makefile instead of submakefile Calling the parent makefile instead of submakefile This will build both packages now that they are under the same GOPATH Issue-ID: AAF-213 Change-Id: I9b948eb83b38be312d1cefa7cec712d0017c41fe Signed-off-by: Kiran Kamineni --- jjb/aaf/aaf-sms.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/aaf') diff --git a/jjb/aaf/aaf-sms.yaml b/jjb/aaf/aaf-sms.yaml index 0e0c5e616..46b77d6d2 100644 --- a/jjb/aaf/aaf-sms.yaml +++ b/jjb/aaf/aaf-sms.yaml @@ -2,7 +2,7 @@ - project: name: aaf-sms project-name: 'aaf-sms' - path: 'sms-service/src/sms' + path: 'sms-service/src' jobs: - gerrit-maven-clm - '{project-name}-{stream}-verify-golang' -- cgit 1.2.3-korg