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
other
Since #1948 was fixed (yesterday), the json schema for .woodpecker.yml is out of date, but that issue was locked so I can't comment there.
.woodpecker.yml
This is possible so that the logs show "clone" (as it was before the fix) instead of "git":
clone: clone: # can be any word: "clone", "git" or whatever image: woodpeckerci/plugin-git:2.0.3 steps: build: # ...
But the schema only allows "git". If I use "clone" then I get an error in vscode: Property clone is not allowed..
"git"
"clone"
Property clone is not allowed.
I couldn't submit a PR because I'm unsure how to fix it - I can't just change "git" to "clone" as both are valid, as well as any other word.
(I'm willing to try fixing it if someone has an idea how to specify "any word"?)
version next vscode
No response
next
The text was updated successfully, but these errors were encountered:
#2063
Sorry, something went wrong.
If I understand correctly, that one seems to be about links which are out of date.
This one is about a schema change due to a code change.
Is it really a dupe?
Well I'm not aware of how we should version tje schemastore ... so it can only bee about making sure it's about latest stable ...
Ok thanks. I will add the above use case to the other issue then.
No branches or pull requests
Component
other
Describe the bug
Since #1948 was fixed (yesterday), the json schema for
.woodpecker.yml
is out of date, but that issue was locked so I can't comment there.This is possible so that the logs show "clone" (as it was before the fix) instead of "git":
But the schema only allows
"git"
. If I use"clone"
then I get an error in vscode:Property clone is not allowed.
.I couldn't submit a PR because I'm unsure how to fix it - I can't just change "git" to "clone" as both are valid, as well as any other word.
(I'm willing to try fixing it if someone has an idea how to specify "any word"?)
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: