-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hi,
I was getting this error on my pipeline:
##[error]ENOENT: no such file or directory, stat '/home/vsts/work/1/scripts/tech_debt_validation.py'
It seems to be because the checked-out repository code goes to /home/vsts/work/1/s
directory by default if not specified.
In our case, we fixed the issue by creating a new variable and changing this line:
to: scriptPath: '$(Build.SourcesDirectory)$(AIMentorStudio.PathToScript)'
Metadata
Metadata
Assignees
Labels
No labels