Skip to content

Commit be3872c

Browse files
committed
build: added alias for build artifact
1 parent 2363fd9 commit be3872c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-pipelines/retrainingtrigger.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@
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"
@@ -194,7 +194,7 @@
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
}

0 commit comments

Comments
 (0)