diff --git a/pipeline-with-filter.yml b/pipeline-with-filter.yml index 52eaa0b..faebdab 100644 --- a/pipeline-with-filter.yml +++ b/pipeline-with-filter.yml @@ -2,9 +2,9 @@ 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 diff --git a/pipeline.yml b/pipeline.yml index db06bab..f50da9f 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -11,7 +11,7 @@ pipeline: command: cho "hello, world" - name: command_stage_2 type: command - command: echo "hello, world" && sleep 1 + command: echo "modified, world" && sleep 1 - name: command_stage_3 type: command command: echo "hello, world, command_stage_3"