Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jstourac committed Jun 11, 2024
1 parent 73eaa64 commit e220bb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci/check-params-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ function check_image_commit_id_matches_metadata() {
local image_variable="${1}"
local image_commit_id="${2}"

# TODO - workaround for the inconsistent name...
if test "${image_variable}" = "odh-codeserver-notebook-n"; then
image_variable="odh-codeserver-notebook-image-n"
fi

local short_image_commit_id
# We're interested only in the first 7 characters of the commit ID
short_image_commit_id=${image_commit_id:0:7}
Expand Down

0 comments on commit e220bb5

Please sign in to comment.