Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pipeline-with-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ service:
type: github
token: $GITHUB_TOKEN
repo: walter-github-sample-for-test
from: $GITHUB_USER_NAME
from: walter-cd
update: .walter
filter: fix-*
filter: fix-.*

pipeline:
- name: command_stage_1
type: command
command: cho "hello, world"
command: echo "filtered fixed, world"
- name: command_stage_2
type: command
command: echo "hello, world" && sleep 1
Expand Down
2 changes: 1 addition & 1 deletion pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ service:
pipeline:
- name: command_stage_1
type: command
command: cho "hello, world"
command: echo "fixed, world"
- name: command_stage_2
type: command
command: echo "hello, world" && sleep 1
Expand Down