Skip to content

Commit

Permalink
Update add-on names
Browse files Browse the repository at this point in the history
Change-Id: I6a8b2383ec8cc5b53af85e251eac6c36415f80c7
Signed-off-by: Tu Ton <minhtutonthat@gmail.com>
  • Loading branch information
minhtutonthat authored and sandupostaru committed Mar 23, 2020
1 parent bafc32b commit 24c3e19
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vars/deployer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ private def getAddonDirName() {
case ~/.*capella-sss-transition.*/:
return 'subsystemtransition'

case ~/.*capella-cybersecurity.*/:
return 'cybersecurity'

case ~/.*capella-requirements-vp.*/:
return 'requirements'

case ~/.*capella-filtering.*/:
return 'filtering'

default:
return ''
}
Expand Down

0 comments on commit 24c3e19

Please sign in to comment.