Merge "shell: ta-rpm-deploy: curl should follow redirects"
authorEric Ball <eball@linuxfoundation.org>
Wed, 18 Sep 2019 16:44:46 +0000 (16:44 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Wed, 18 Sep 2019 16:44:46 +0000 (16:44 +0000)
jjb/akraino-templates/akraino-ta-common-macros.yaml

index f750e29..8b3f331 100644 (file)
@@ -81,7 +81,7 @@
     builders:
         - shell: |2-
             echo "---> Node UUID:"
-            curl -s http://169.254.169.254/openstack/latest/meta_data.json | python -c 'import sys, json; data = json.load(sys.stdin); print(data["uuid"])'
+            curl -s http://169.254.169.254/openstack/latest/meta_data.json | python -c 'import sys, json; data = json.load(sys.stdin); print(data["uuid"])' || true
 
 - builder:
     name: ta-builder-tox