diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2019-09-30 16:44:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-30 16:44:40 +0000 |
commit | 330a4c9aced07de35237b2d41b3d3f55922f84e1 (patch) | |
tree | 4e459f851dba26ded5711b87d19201bed4a11070 | |
parent | 865d5783d25ac603e26f0563650e42e2d05bf290 (diff) | |
parent | 0a28ed6eb90942bfffb33b20eb7a1ea9475235e9 (diff) |
Merge "Fix project name for oom/offline-installer INFO.yaml verify job"
-rw-r--r-- | jjb/oom/offline-installer.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/oom/offline-installer.yaml b/jjb/oom/offline-installer.yaml index 5a6417f08..a2933fb0f 100644 --- a/jjb/oom/offline-installer.yaml +++ b/jjb/oom/offline-installer.yaml @@ -20,5 +20,5 @@ project-name: offline-installer jobs: - gerrit-info-yaml-verify - project: offline-installer + project: oom/offline-installer branch: master |