diff options
author | vv770d <vv770d@att.com> | 2021-03-09 23:15:22 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-03-09 23:15:29 +0000 |
commit | 2db7f111d98497657c3243ed9d461d680788dfbb (patch) | |
tree | 0adebc901bc935ce291ce11444a058244d9d036a | |
parent | b0363f629b5933b181889a72f4144a12f461a05e (diff) |
Fix typo on deployment job
Change-Id: Ic12b4d4422ae01009db4448d358256821149ba3a
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2653
-rw-r--r-- | jjb/dcaegen2/dcaegen2-deployments.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/dcaegen2/dcaegen2-deployments.yaml b/jjb/dcaegen2/dcaegen2-deployments.yaml index feeb8c4c6..200cf55e8 100644 --- a/jjb/dcaegen2/dcaegen2-deployments.yaml +++ b/jjb/dcaegen2/dcaegen2-deployments.yaml @@ -15,7 +15,7 @@ - 'guilin': branch: 'guilin' - 'honolulu': - branch: 'honololu' + branch: 'honolulu' mvn-settings: 'dcaegen2-deployments-settings' # due to a strange macro / variable translation problem this needs # to be passed as a string block to properly get the properties |