Skip to content

Commit ff37a22

Browse files
committed
Adjust image tag discovery to longer git hashes produced by kcp-dev/kcp
On-behalf-of: SAP <[email protected]> Signed-off-by: Marvin Beckers <[email protected]>
1 parent c8c7ce7 commit ff37a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/ci/run-e2e-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ if [ -n "${KCP_TAG:-}" ]; then
3232
cd "$here"
3333
rm -rf "$tmpdir"
3434

35-
# kcp's containers are tagged with the first 8 characters of the Git hash
36-
KCP_TAG="${KCP_TAG:0:8}"
35+
# kcp's containers are tagged with the first 9 characters of the Git hash
36+
KCP_TAG="${KCP_TAG:0:9}"
3737
fi
3838

3939
echo "kcp image tag.......: $KCP_TAG"

0 commit comments

Comments
 (0)