File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 151151 "condition" : " succeeded()" ,
152152 "inputs" : {
153153 "targetType" : " filePath" ,
154- "filePath" : " $(System.DefaultWorkingDirectory)" ,
154+ "filePath" : " $(System.DefaultWorkingDirectory)/DevOpsForAI/devops-for-ai/environment_setup/install_requirements.sh " ,
155155 "arguments" : " " ,
156156 "script" : " # Write your commands here\n\n # Use the environment variables input below to pass secret variables to this script" ,
157- "workingDirectory" : " $(System.DefaultWorkingDirectory)" ,
157+ "workingDirectory" : " $(System.DefaultWorkingDirectory)/DevOpsForAI/devops-for-ai/environment_setup/install_requirements.sh " ,
158158 "failOnStderr" : " false" ,
159159 "noProfile" : " true" ,
160160 "noRc" : " true"
194194 "condition" : " succeeded()" ,
195195 "inputs" : {
196196 "script" : " python aml_service/05-TriggerAmlPipeline.py" ,
197- "workingDirectory" : " $(System.DefaultWorkingDirectory)" ,
197+ "workingDirectory" : " $(System.DefaultWorkingDirectory)/DevOpsForAI/devops-for-ai/environment_setup/install_requirements.sh " ,
198198 "failOnStderr" : " false"
199199 }
200200 }
You can’t perform that action at this time.
0 commit comments