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

allow multiple files to be directly mentioned in OCL #2195

Assignees
Labels
Accepted Issues that have been accepted and planned enhancement New feature or request OCL Something for the configure language

Comments

@swaroopar
Copy link
Contributor

swaroopar commented Dec 12, 2024

Currently OCL supports only file in 'deployer'. We must change this to allow multiple files.

  • change deployer field to a Map - key must be file name (with correct file extension) and value must be the file content.
  • change deployment module to directly create files with the names from the OCL instead of the fixed names.
  • Test if the scripts can contain for example a shell script, a python script.
  • Update samples.
@swaroopar swaroopar added enhancement New feature or request OCL Something for the configure language Accepted Issues that have been accepted and planned labels Dec 12, 2024
@swaroopar swaroopar added this to the Sprint 122024_2 milestone Dec 12, 2024
@baixinsui
Copy link
Contributor

I will take it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment