-
Hello, I'm trying to use "--project-dir" flag on my task: QodanaScan@2023 with "args" (as bellow), but, the process fail with error:
My task
|
Beta Was this translation helpful? Give feedback.
Answered by
brichbash
May 29, 2023
Replies: 1 comment
-
Hello, Arguments should be separated by a comma, so in your case it should look like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lfaltran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Arguments should be separated by a comma, so in your case it should look like this:
args: '--project-dir, $(PR_SOURCES_DIRECTORY)'