Skip to content

Commit 31980c1

Browse files
committed
Update from PR review microsoft#121
1 parent 60c33ca commit 31980c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/azdo-template-get-model-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
inlineScript: |
77
set -e # fail on error
88
export SUBSCRIPTION_ID=$(az account show --query id -o tsv)
9-
python $(Build.SourcesDirectory)/ml_service/pipelines/verify_train_pipeline.py --build_id $(Build.BuildId) --model_name "$(MODEL_NAME)" --output_model_version_file "model_version.txt"
9+
python $(Build.SourcesDirectory)/ml_service/pipelines/verify_train_pipeline.py --build_id $(Build.BuildId) --output_model_version_file "model_version.txt"
1010
echo "##vso[task.setvariable variable=MODEL_VERSION]$(cat model_version.txt)"
1111
name: 'getversion'
1212
displayName: "Determine if evaluation succeeded and new model is registered"

0 commit comments

Comments
 (0)