diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-02-08 23:56:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-08 23:56:00 +0000 |
commit | 989c9beb52d0b44d18fd6e9c3516284f5ddb179f (patch) | |
tree | 6ff4871d3904368d91e10ce2c698a30e8c58b13d | |
parent | 1d5d59c37978827d90ade5e30e38e38412c8e7e4 (diff) | |
parent | b53938bafc4510737485b66af5293d72cea46f53 (diff) |
Merge "Modified file pattern for jjb for optf-has"
-rw-r--r-- | jjb/optf/optf-has-python.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/optf/optf-has-python.yaml b/jjb/optf/optf-has-python.yaml index 2a2a011d8..81b215d67 100644 --- a/jjb/optf/optf-has-python.yaml +++ b/jjb/optf/optf-has-python.yaml @@ -11,6 +11,6 @@ subproject: - 'conductor': path: 'conductor' - pattern: 'has/**' + pattern: 'conductor/**' jobs: - '{project-name}-{stream}-{subproject}-verify-python' |