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

[Bug]: Build command fails when using single quotes #252

Open
2 of 4 tasks
radu-stefan-dt opened this issue Aug 29, 2024 · 0 comments
Open
2 of 4 tasks

[Bug]: Build command fails when using single quotes #252

radu-stefan-dt opened this issue Aug 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@radu-stefan-dt
Copy link
Collaborator

Description

When using single quotes (') for the name and version attributes of the extension manifest, the regex that's checking these part of the build command will fail to read the value correctly.

Sample manifest:

name: custom:myextension
version: '1.0.0'
minDynatraceVersion: 1.300.0
author:
  name: me

Steps to reproduce

  1. Write an extension manifest where the name or version are surrounded by single quotes '
  2. Run the build command
  3. Hit the error. The message says that either the name or version are missing from the manifest.

Support information

  • Screenshots
  • Extension manifest file
  • YAML snippets
  • Support archive (see here)
@radu-stefan-dt radu-stefan-dt added the bug Something isn't working label Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant