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..8180567 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -8,7 +8,7 @@ service: pipeline: - name: command_stage_1 type: command - command: cho "hello, world" + command: ho "still failed, world" - name: command_stage_2 type: command command: echo "hello, world" && sleep 1