diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-27 18:32:27 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-10-27 18:32:27 -0600 |
| commit | 5a50670ea0edd45836f913d9a40077aea79bd3fe (patch) | |
| tree | 4289cd8bb2c971923ed42d8bc4da803d49e987cf | |
| parent | dfe5be208f43e0e2316de95cccf9b760d49165a8 (diff) | |
jenkins scripting
| -rwxr-xr-x | ci-script.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-script.py b/ci-script.py index b29c03a..e62d3da 100755 --- a/ci-script.py +++ b/ci-script.py @@ -60,7 +60,7 @@ def main(args): for image_name, manifest in manifests.items(): if not check_image_tag_current(glance, manifest): create_image(manifest) - glance.upload("%s.%s" % (maifest["image_name"], manifest["image_type"]), + glance.upload("%s.%s" % (manifest["image_name"], manifest["image_type"]), manifest["image_type"], "/tmp/%s.%s" % (manifest["image_name"], manifest["image_type"]), manifest["tag"]) |
