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

Projects with docker variables with slashes in them cannot have valid schema due to regex comparison which is failing #95

Closed
czprz opened this issue Jun 27, 2022 · 0 comments · Fixed by #96
Assignees
Labels
bug Something isn't working
Milestone

Comments

@czprz
Copy link
Owner

czprz commented Jun 27, 2022

Describe the bug
schema validator fails on docker container executions which has variables with slashes in them

To Reproduce
Create dever.json with docker container and have a variable with "TEST=/test/test"

Expected behavior
It's suppose to support any characters. As long as there is a equal sign between

@czprz czprz added the bug Something isn't working label Jun 27, 2022
@czprz czprz added this to the 0.11.0 milestone Jun 27, 2022
@czprz czprz self-assigned this Jun 27, 2022
czprz added a commit that referenced this issue Jun 27, 2022
czprz added a commit that referenced this issue Jun 27, 2022
@czprz czprz closed this as completed in #96 Jun 27, 2022
czprz added a commit that referenced this issue Jun 27, 2022
…ith-slashes-in-them-cannot-have-valid-schema-due-to-regex-comparison-which-is-failing

#95 Projects with docker variables with slashes in them cannot have valid schema due to regex comparison which is failing
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
1 participant