Skip to content

Commit

Permalink
One more example config fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jul 16, 2024
1 parent 83511d2 commit 964ca78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/no-console-warnings.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
"frank-manual/srcSteps/forFrankConsole/v510",
"frank-manual/src/advancedDevelopmentCredentials",
"frank-manual/src/advancedDevelopmentProperties",
# "frank-manual/src/deploymentTomcat"
"frank-manual/src/deploymentTomcat"
]
name: ${{matrix.frankConfig}} - Test that Frank config has no warnings
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Exits>
<Exit state="success" name="Exit" />
</Exits>
<FixedResultPipe name="accessProperties"
returnString="From stage ${dtap.stage}, I say ${my.text}" >
<EchoPipe name="accessProperties"
getInputFromFixedValue="From stage ${dtap.stage}, I say ${my.text}" >
<Forward name="success" path="Exit" />
</FixedResultPipe>
</EchoPipe>
</Pipeline>
</Adapter>

0 comments on commit 964ca78

Please sign in to comment.