Skip to content

Commit e72ade3

Browse files
authored
[None][chore] Update commit msg for adding lock files (NVIDIA#8448)
Signed-off-by: Yanchao Lu <yanchaol@nvidia.com>
1 parent 023e515 commit e72ade3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/GenerateLock.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def generate()
6262
} else {
6363
sh "git status"
6464
sh "git add \$(find . -type f \\( -name 'poetry.lock' -o -name 'pyproject.toml' \\))"
65-
sh "git commit -s -m \"Check in most recent lock file from nightly pipeline\""
65+
sh "git commit -s -m \"[None][infra] Check in most recent lock file from nightly pipeline\""
6666
withCredentials([usernamePassword(credentialsId: 'github-cred-trtllm-ci', usernameVariable: 'GIT_USER', passwordVariable: 'GIT_PASS')]) {
6767
def authedUrl = LLM_REPO.replaceFirst('https://', "https://${GIT_USER}:${GIT_PASS}@")
6868
sh "git remote set-url origin ${authedUrl}"

0 commit comments

Comments
 (0)