We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Configuring org and space is possible in the source configuration and in the commands.
Wouldn't it make sense to have it in the put params? So all commands would be executed in the same space.
This gives an error that org and space are not defined:
jobs: - name: create-services plan: - put: databases resource: cf-env params: org: my_org space: my_space commands: - command: create-user-provided-service service_instance: cool-db credentials: "{}" - command: create-user-provided-service service_instance: even-cooler-db credentials: "{}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Configuring org and space is possible in the source configuration and in the commands.
Wouldn't it make sense to have it in the put params? So all commands would be executed in the same space.
This gives an error that org and space are not defined:
The text was updated successfully, but these errors were encountered: