From b0480e7082675e8e296c230f1e28537e1561443d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Smo=C5=82a?= Date: Fri, 13 Apr 2018 09:00:28 +0200 Subject: [PATCH 1/6] Update index.html --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index d971cf9e0..50ffade50 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,7 @@

Congratulations!

-

You have successfully created a pipeline that retrieved this source application from an Amazon S3 bucket and deployed it - to three Amazon EC2 instances using AWS CodeDeploy.

+

XDDDDDDDDDDDDDDDDDDDDDDDDD

For next steps, read the AWS CodePipeline Documentation.

From 2138c00865f03427159697e613820670af35620d Mon Sep 17 00:00:00 2001 From: Marcin Smola Date: Fri, 13 Apr 2018 09:05:28 +0200 Subject: [PATCH 2/6] test for check auto-deploy via aws --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 50ffade50..c7096216d 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@

Congratulations!

-

XDDDDDDDDDDDDDDDDDDDDDDDDD

+

Nastepny commit!!! Wszystko dziala !!!

For next steps, read the AWS CodePipeline Documentation.

From 266c1fddc3ff1b3fa75c2c94cad2a45946835408 Mon Sep 17 00:00:00 2001 From: Mateusz Rataj Date: Fri, 13 Apr 2018 09:12:18 +0200 Subject: [PATCH 3/6] commit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c7096216d..7ed5ccbc6 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@

Congratulations!

-

Nastepny commit!!! Wszystko dziala !!!

+

Nastepny commit!!! Wszystko dziala !!! zielonki dupa cicho

For next steps, read the AWS CodePipeline Documentation.

From bc0f13f7cac77fc330ab41d09589dd2844b66b73 Mon Sep 17 00:00:00 2001 From: Marek Tabor Date: Fri, 13 Apr 2018 09:24:34 +0200 Subject: [PATCH 4/6] Update index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7ed5ccbc6..fc5d03285 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,7 @@

Congratulations!

Nastepny commit!!! Wszystko dziala !!! zielonki dupa cicho

For next steps, read the AWS CodePipeline Documentation.

+

Mark Tejbor was here

From 7dfe609198c31f41271685df8607ae45bcb96957 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Smo=C5=82a?= Date: Mon, 16 Apr 2018 13:38:51 +0200 Subject: [PATCH 5/6] Create buildspec.yml --- buildspec.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 buildspec.yml diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 000000000..b3a4e99e8 --- /dev/null +++ b/buildspec.yml @@ -0,0 +1,8 @@ +version: 0.1 +phases: + pre_build: + commands: + - composer install + build: + commands: +- phpunit tests From 83ea86ca5006e4b8b5ba0747d91aa1138cc892a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Smo=C5=82a?= Date: Mon, 16 Apr 2018 13:42:04 +0200 Subject: [PATCH 6/6] Update buildspec.yml --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index b3a4e99e8..f40467c07 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -5,4 +5,4 @@ phases: - composer install build: commands: -- phpunit tests + - phpunit tests