Skip to content

Commit

Permalink
update warn msg
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jan 8, 2025
1 parent c732fe3 commit 883754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tasks/Resources/Provisioning/GPU/NFD/install_nfd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ "${images[$xyVersion]}" ]; then
echo "Using image SHA for $xyVersion: $imageUrl"
else
imageUrl="${images["4.17"]}"
echo "I don't know the sha for $xyVersion. Re-using default 4.17 $imageUrl. It might now work!"
echo "WARNING: I don't know the sha for $xyVersion. Re-using default 4.17 $imageUrl. It might not work!"
fi
sed -i'' -e "s/<imageUrl>/$imageUrl/g" $NFD_INSTANCE
oc apply -f "$NFD_INSTANCE"

0 comments on commit 883754c

Please sign in to comment.