diff --git a/pipeline-with-filter.yml b/pipeline-with-filter.yml index 52eaa0b..c4fe4ea 100644 --- a/pipeline-with-filter.yml +++ b/pipeline-with-filter.yml @@ -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 diff --git a/pipeline.yml b/pipeline.yml index db06bab..6c0e106 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -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