From b8913e4c0bc2ad8d2e87d35a63873a167fc4d0e6 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 17 Nov 2014 15:04:34 +0530 Subject: [PATCH 1/5] Update shippable.yml --- shippable.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shippable.yml b/shippable.yml index 9c74566..8b4081d 100644 --- a/shippable.yml +++ b/shippable.yml @@ -14,7 +14,8 @@ notifications: - vidya@shippable.com - buildsampletest@gmail.com #cache: true - +archive: true after_script: - cp README.md ./shippable -build_image: shippable/minv2:latest + +build_image: shippable/minv2 From b2a264e6474639f5db18af16673ca06d75410290 Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 17 Nov 2014 15:06:55 +0530 Subject: [PATCH 2/5] Update shippable.yml --- shippable.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 8b4081d..5db3f3b 100644 --- a/shippable.yml +++ b/shippable.yml @@ -5,9 +5,12 @@ python: language: python install: pip install --use-mirrors -r requirements.txt - +env: + - secure: a5ZKbgIne427k2pqJqDr0EvyviAodNqJGaF9e8uJ3BtAyOYi9a4WA++gnu4PP9onJfJJfAvMymiTi7DQ4V39lGZJkETY1cUy0ZOCPtF9brzece4hD51DhrjKDhrhHK+nzviQv4R5ryOMdBiDN4g2ys/IGDxHAWuGeD/U7NygdiServp7lX6g0bwWd20GbA2l7C7hS5RqCUBZDvOO60DPJrJthPIFr3GjwyY+mC0dhkPLiJv/jixcLZkKtH50zElag+zTudJoY8LBduxOVyLnS8DB3cWhymk65EGf1gNatdeVPYUx9UdmuH6HWsMPJ/cgB+F4y0t2H19UV9+6wRDGIw== + script: - python sqliteSample.py + - echo $test notifications: email: From e9cacffeafcfbd6ed75cebe11466b633434b3adf Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 17 Nov 2014 15:15:10 +0530 Subject: [PATCH 3/5] Update shippable.yml --- shippable.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shippable.yml b/shippable.yml index 5db3f3b..5b6a292 100644 --- a/shippable.yml +++ b/shippable.yml @@ -22,3 +22,6 @@ after_script: - cp README.md ./shippable build_image: shippable/minv2 +branches: + except: + - master From 328c0edfa8af47cd6da47ecda74ed8abe66bff7f Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 17 Nov 2014 15:16:04 +0530 Subject: [PATCH 4/5] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 5b6a292..456e4c0 100644 --- a/shippable.yml +++ b/shippable.yml @@ -24,4 +24,4 @@ after_script: build_image: shippable/minv2 branches: except: - - master + - pr-test-master From 791b64999fe1f58f395f00a31f0c7597f721d2bd Mon Sep 17 00:00:00 2001 From: buildsample Date: Mon, 17 Nov 2014 15:17:53 +0530 Subject: [PATCH 5/5] Update shippable.yml --- shippable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shippable.yml b/shippable.yml index 456e4c0..84843d1 100644 --- a/shippable.yml +++ b/shippable.yml @@ -23,5 +23,5 @@ after_script: build_image: shippable/minv2 branches: - except: + only: - pr-test-master