From ebb086088476cb6c7e832f4d9046464e46813466 Mon Sep 17 00:00:00 2001 From: takahi-i Date: Fri, 10 Apr 2015 13:30:08 +0900 Subject: [PATCH 1/4] Yet another failed pipeline.yml --- pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.yml b/pipeline.yml index fa50acb..4d4d03d 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 From 858e4e81cf2b2490bfe2b809153ecb8b4ff84e02 Mon Sep 17 00:00:00 2001 From: Takahiko Ito Date: Fri, 8 May 2015 17:06:35 +0900 Subject: [PATCH 2/4] 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 c8d0ca1a45302782d589791b1c26309471684314 Mon Sep 17 00:00:00 2001 From: takahi-i Date: Wed, 13 May 2015 16:15:15 +0900 Subject: [PATCH 3/4] Tiny fix --- 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..12ff3ce 100644 --- a/pipeline-with-filter.yml +++ b/pipeline-with-filter.yml @@ -4,7 +4,7 @@ service: repo: walter-github-sample-for-test from: $GITHUB_USER_NAME update: .walter - filter: fix-* + filter: fix-.* pipeline: - name: command_stage_1 From 1538e0bb85799a10a0aabb62cb16404021b3cfdd Mon Sep 17 00:00:00 2001 From: takahi-i Date: Wed, 13 May 2015 16:17:18 +0900 Subject: [PATCH 4/4] Change user name --- 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 12ff3ce..faebdab 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-.*