Skip to content

Commit aaa5783

Browse files
devversionjelbourn
authored andcommitted
build: remove unused variable in docs-content publishing script (#17703)
This is a minor change for code health and removes an unnecessary variable in the docs-content publish script
1 parent 0c78c32 commit aaa5783

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/deploy/publish-docs-content.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ commitSha=$(git rev-parse --short HEAD)
4040
commitAuthorName=$(git --no-pager show -s --format='%an' HEAD)
4141
commitAuthorEmail=$(git --no-pager show -s --format='%ae' HEAD)
4242
commitMessage=$(git log --oneline -n 1)
43-
commitTag="${buildVersion}-${commitSha}"
4443

4544
# Note that we cannot store the commit SHA in its own version segment
4645
# as it will not comply with the semver specification. For example:

0 commit comments

Comments
 (0)