Skip to content

Commit

Permalink
Custom steps on filter and continue (#92)
Browse files Browse the repository at this point in the history
* Add Modified Files Command

* Address Comments

* Address Comments

* Modified Files Bash Script

* new line

* Job Title

* Get Modified Files for Master Branch

* Clarifies Squash Commits

* Add Additional Steps to Filter and Continue

* Remove trailing spaces

* Pre Step Rename
  • Loading branch information
ryan-timothy-albert authored Aug 18, 2021
1 parent 78c2d5d commit c98ebf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/commands/filter-and-continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ parameters:
everything from the code-param-name-map.
type: boolean
default: false
pre-steps:
description: Additional steps to run first in filter and continue
type: steps
default: []
steps:
- steps: << parameters.pre-steps >>
- run:
name: Swissknife - Set Parameters and continue
command: |
Expand Down

0 comments on commit c98ebf9

Please sign in to comment.