From 510f440136667ef7cb04f0206ec9aa6f4656c9d0 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Sun, 17 Sep 2023 14:35:07 +0000 Subject: [PATCH] try commit has --- .github/workflows/MLPipelinePostMerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/MLPipelinePostMerge.yml b/.github/workflows/MLPipelinePostMerge.yml index 13ea9c1..0835601 100644 --- a/.github/workflows/MLPipelinePostMerge.yml +++ b/.github/workflows/MLPipelinePostMerge.yml @@ -202,7 +202,7 @@ jobs: commit_hash=$(gto history ${REGISTER_MODEL_NAME} --asc --plain | awk "/${latest_version}/" | awk '{print $(NF-1)}') git checkout ${commit_hash} - git pull #Get new model registry md file changes + # git pull #Get new model registry md file changes git tag -a ${new_tag} -m "Assigning stage dev to artifact ${REGISTER_MODEL_NAME} version ${latest_version}" git push origin ${new_tag}