From af1523eca55dcff98bd12e7a3f9353c89067fc75 Mon Sep 17 00:00:00 2001 From: takahi-i Date: Fri, 10 Apr 2015 11:06:38 +0900 Subject: [PATCH 1/3] Modify pipeline.yml still fail --- pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index ae2894a..5253093 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -8,10 +8,10 @@ service: pipeline: - name: command_stage_1 type: command - command: echo "hello, world" + 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" From 5cf38c724b1a96765d457e309b5f5ecf0799ec50 Mon Sep 17 00:00:00 2001 From: Takahiko Ito Date: Fri, 8 May 2015 17:05:45 +0900 Subject: [PATCH 2/3] Update pipeline-with-filter.yml --- pipeline-with-filter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-with-filter.yml b/pipeline-with-filter.yml index 52eaa0b..5fb2590 100644 --- a/pipeline-with-filter.yml +++ b/pipeline-with-filter.yml @@ -2,7 +2,7 @@ service: type: github token: $GITHUB_TOKEN repo: walter-github-sample-for-test - from: $GITHUB_USER_NAME + from: walter-cd update: .walter filter: fix-* From 733582f32eedf42142a2c1bca85914e6430955d7 Mon Sep 17 00:00:00 2001 From: takahi-i Date: Wed, 13 May 2015 16:21:31 +0900 Subject: [PATCH 3/3] Change filter pattern --- pipeline-with-filter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline-with-filter.yml b/pipeline-with-filter.yml index 5fb2590..faebdab 100644 --- a/pipeline-with-filter.yml +++ b/pipeline-with-filter.yml @@ -4,7 +4,7 @@ service: repo: walter-github-sample-for-test from: walter-cd update: .walter - filter: fix-* + filter: fix-.* pipeline: - name: command_stage_1