Skip to content

Commit ac7c01c

Browse files
Attempt 14
1 parent 7780bba commit ac7c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def CheckNightlyTag(githubToken, repoOwner, repoName, expectedHash)
5858
echo "Current tag hash: ${tagHash}"
5959
echo "Current tag commit hash: ${tagCommitHash}"
6060
echo "expectedHash: ${expectedHash}"
61-
if (tagCommitHash == expectedHash) {
61+
if (tagCommitHash.equals(expectedHash)) {
6262
return true
6363
}
6464

0 commit comments

Comments
 (0)