Skip to content
Discussion options

You must be logged in to vote

Yes, the error handling is not good. Also see #4376.

I think - I didn't test - in your case the issue are these lines: https://codeberg.org/JasterV/jaster.xyz/src/branch/main/.woodpecker/.deploy.yml#L27-L29

This is parsed for variable substitution, but as you have {{ instead of { it fails (variable substitution runs on the whole file, including comments etc.). I think the linter completely misses the substitution. See https://woodpecker-ci.org/docs/usage/environment#string-substitution.

And two more notes for your configs:

  1. If the files are inside the .woodpecker folder, they don't have to be hidden. I'd name them .ci.yaml -> ci.yaml
  2. I don't think installing like this will work https://co…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JasterV
Comment options

Answer selected by JasterV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants