Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when building non-configured bundle #13

Closed
sebdah opened this issue Sep 24, 2013 · 0 comments
Closed

Exception when building non-configured bundle #13

sebdah opened this issue Sep 24, 2013 · 0 comments
Milestone

Comments

@sebdah
Copy link
Contributor

sebdah commented Sep 24, 2013

When trying to build a bundle that does not have any config the following exception appear:

2013-09-24 12:09:19,688 - cumulus - lib.bundler - INFO - Building bundle database
Traceback (most recent call last):
  File "../cumulus/cumulus/cumulus", line 11, in <module>
    lib.main()
  File "/Users/sebastian/git/skymill/cumulus/cumulus/lib/__init__.py", line 59, in main
    bundler.build_bundles()
  File "/Users/sebastian/git/skymill/cumulus/cumulus/lib/bundler.py", line 18, in build_bundles
    config_handler.get_bundle_paths(bundle))))
TypeError

My config at the time:

[environment: stage]
access-key-id: SECRET
secret-access-key: SECRET
bucket: se.skymill.bundles
region: eu-west-1
stacks: stage
bundles: webserver, database
version: 0.5.0-SNAPSHOT

[environment: production]
access-key-id: SECRET
secret-access-key: SECRET
bucket: se.skymill.bundles
region: eu-west-1
stacks: production
bundles: webserver, database
version: 0.4.0

[stack: stage]
template: /Users/sebastian/git/skymill/web/cf-templates/webserver.json
disable-rollback: true

[stack: production]
template: /Users/sebastian/git/skymill/web/cf-templates/webserver.json
disable-rollback: false

[bundle: webserver]
paths: /Users/sebastian/git/skymill/web/hosts/webserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant