From 62d9102b02289a63b27bba64b8cec99d84bdc1bd Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 15 Feb 2017 13:55:01 -0800 Subject: [PATCH 1/9] Update shippable.yml --- shippable.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shippable.yml b/shippable.yml index 3ff84f3..780f2f4 100644 --- a/shippable.yml +++ b/shippable.yml @@ -14,6 +14,11 @@ build: - mvn clean cobertura:cobertura - mvn test +integrations: + hub: + - integrationName: GCR + type: gcr + notifications: email: false From 0d56c005b74450291522103a133f478e2f871de5 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 15 Feb 2017 14:06:12 -0800 Subject: [PATCH 2/9] Update shippable.yml --- shippable.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 780f2f4..428b677 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,8 +11,10 @@ build: image_name: drydock/u14javall image_tag: prod ci: - - mvn clean cobertura:cobertura - - mvn test + - echo $GCR_JSON_KEY + - echo $GCRCONFIGRESOURCE_INTEGRATION_JSON_KEY + # - mvn clean cobertura:cobertura + # - mvn test integrations: hub: From d81e18e1342120f8e684ec403c3a50718b5e7260 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Wed, 15 Feb 2017 14:16:13 -0800 Subject: [PATCH 3/9] Update shippable.yml --- shippable.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/shippable.yml b/shippable.yml index 428b677..780f2f4 100644 --- a/shippable.yml +++ b/shippable.yml @@ -11,10 +11,8 @@ build: image_name: drydock/u14javall image_tag: prod ci: - - echo $GCR_JSON_KEY - - echo $GCRCONFIGRESOURCE_INTEGRATION_JSON_KEY - # - mvn clean cobertura:cobertura - # - mvn test + - mvn clean cobertura:cobertura + - mvn test integrations: hub: From f3f3e1090cd8e70a2cc2cfb38484be38a37c5927 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Feb 2017 13:14:26 -0800 Subject: [PATCH 4/9] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 780f2f4..def6388 100644 --- a/shippable.yml +++ b/shippable.yml @@ -8,7 +8,7 @@ services: build: pre_ci_boot: - image_name: drydock/u14javall + image_name: drydock/u14jav image_tag: prod ci: - mvn clean cobertura:cobertura From 9cdfaa1301c9580b40d46c97d7abb59b4271d426 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Feb 2017 13:19:48 -0800 Subject: [PATCH 5/9] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index def6388..e1eee62 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,7 +12,7 @@ build: image_tag: prod ci: - mvn clean cobertura:cobertura - - mvn test + - mvn test && echo test integrations: hub: From 5e8b64ef86a18763a756d396b27536a90bb65dc4 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Feb 2017 13:28:03 -0800 Subject: [PATCH 6/9] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index e1eee62..83adf58 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,7 +12,7 @@ build: image_tag: prod ci: - mvn clean cobertura:cobertura - - mvn test && echo test + - mvn test && "echo test" integrations: hub: From eb467bd874f9d1f647d291ccee889848d8ddef59 Mon Sep 17 00:00:00 2001 From: a-murphy Date: Thu, 16 Feb 2017 13:29:27 -0800 Subject: [PATCH 7/9] Update shippable.yml --- shippable.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shippable.yml b/shippable.yml index 83adf58..7d97194 100644 --- a/shippable.yml +++ b/shippable.yml @@ -13,11 +13,6 @@ build: ci: - mvn clean cobertura:cobertura - mvn test && "echo test" - -integrations: - hub: - - integrationName: GCR - type: gcr notifications: email: false From a75f80b01602ca3433662e91dc7e2219416ce4b3 Mon Sep 17 00:00:00 2001 From: Stephanie Lingwood Date: Thu, 16 Feb 2017 14:41:22 -0800 Subject: [PATCH 8/9] Update shippable.yml --- shippable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/shippable.yml b/shippable.yml index 7d97194..10e0b37 100644 --- a/shippable.yml +++ b/shippable.yml @@ -13,6 +13,7 @@ build: ci: - mvn clean cobertura:cobertura - mvn test && "echo test" + - echo "Aidan is cool" notifications: email: false From 75c9d907ddc2a2d3307c994120636539aecc6e4a Mon Sep 17 00:00:00 2001 From: Stephanie Lingwood Date: Thu, 16 Feb 2017 14:45:16 -0800 Subject: [PATCH 9/9] Update shippable.yml --- shippable.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 10e0b37..dfb3cba 100644 --- a/shippable.yml +++ b/shippable.yml @@ -12,8 +12,9 @@ build: image_tag: prod ci: - mvn clean cobertura:cobertura - - mvn test && "echo test" + # - mvn test && "echo test" - echo "Aidan is cool" + - echo "What's a pirate's favorite letter? --- The C!!!" notifications: email: false