This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch github_actions_take_2
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit f67838cf993eeafc19035cc5bf9b39871e8ca525
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Dec 13 14:31:02 2020 +0100

    Print links to the pricing data at the end.
---
 tox.ini | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tox.ini b/tox.ini
index b15d207..49ce64c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,7 @@ commands = cp libcloud/test/secrets.py-dist 
libcloud/test/secrets.py
 
 whitelist_externals = cp
                       bash
+                      echo
                       scripts/*.sh
 [testenv:py3.8-windows]
 deps =
@@ -131,6 +132,11 @@ commands =
     bash -c "(cd libcloud/data/ ; sha256sum pricing.json > 
{toxinidir}/libcloud/data/pricing.json.sha256)"
     bash -c "(cd libcloud/data/ ; sha512sum pricing.json > 
{toxinidir}/libcloud/data/pricing.json.sha512)"
     python contrib/upload-pricing-data-to-s3.py libcloud/data/pricing.json
+    echo ""
+    echo "Pricing data should now be available at"
+    echo "https://libcloud-pricing-data.s3.amazonaws.com/pricing.json";
+    echo "https://libcloud-pricing-data.s3.amazonaws.com/pricing.json.sha256";
+    echo "https://libcloud-pricing-data.s3.amazonaws.com/pricing.json.sha512";
 
 [testenv:scrape-provider-prices]
 basepython: python3.7

Reply via email to