From 77c2d6ef20c825cd4fad4c5a92c51aa0e1658234 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Jun 2018 20:17:38 +0300 Subject: Add: a key to version dict to trigger CD pipeline --- ick2/versionapi.py | 1 + ick2/versionapi_tests.py | 1 + 2 files changed, 2 insertions(+) (limited to 'ick2') diff --git a/ick2/versionapi.py b/ick2/versionapi.py index cd62ce9..da8cf62 100644 --- a/ick2/versionapi.py +++ b/ick2/versionapi.py @@ -49,6 +49,7 @@ class VersionAPI(ick2.APIbase): 'artifact_store': self._artifact_store_url, 'auth_url': self._auth_url, 'notify_url': self._notify_url, + 'greeting': 'hello', } def create(self, body, **kwargs): # pragma: no cover diff --git a/ick2/versionapi_tests.py b/ick2/versionapi_tests.py index 4f42b29..76879ed 100644 --- a/ick2/versionapi_tests.py +++ b/ick2/versionapi_tests.py @@ -37,5 +37,6 @@ class VersionAPITests(unittest.TestCase): 'artifact_store': bloburl, 'auth_url': idpurl, 'notify_url': notifyurl, + 'greeting': 'hello', } ) -- cgit v1.2.1