Skip to content

Commit

Permalink
🔧 add regex dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mreyes committed Jun 25, 2024
1 parent 8781dc0 commit f60eb28
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rowan/components/Dependent-SUnit-Extensions.ston
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ RwSimpleProjectLoadComponentV2 {
#name : 'Dependent-SUnit-Extensions',
#condition : 'sunit',
#projectNames : [
'Bell'
'Bell',
'Regex'
],
#componentNames : [
'Deployment'
Expand Down
2 changes: 1 addition & 1 deletion rowan/projects/Bell.ston
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RwLoadSpecificationV2 {
'Deployment',
'Dependent-SUnit-Extensions'
]
}
}
10 changes: 10 additions & 0 deletions rowan/projects/Regex.ston
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
RwLoadSpecificationV2 {
#specName: 'Regex',
#projectName : 'Regex',
#gitUrl : 'https://github.com/ba-st-dependencies/Regex.git',
#revision : 'v1',
#projectSpecFile : 'rowan/project.ston',
#componentNames : [
'Deployment'
]
}

0 comments on commit f60eb28

Please sign in to comment.