diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-04-05 11:57:12 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-04-05 11:57:16 -0700 |
commit | aa3b4340cff17cec46329130f0900ec3d5f01cc8 (patch) | |
tree | cf40837ab8f7b6d22950c674f46f2b3df1bdade0 /jjb/aaf | |
parent | 14d07938444a6cfbb223ff30dab1825774ae66f0 (diff) |
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 <kiran.k.kamineni@intel.com>
Diffstat (limited to 'jjb/aaf')
-rw-r--r-- | jjb/aaf/aaf-sms.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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' |