potiuk commented on a change in pull request #13021:
URL: https://github.com/apache/airflow/pull/13021#discussion_r541139923
##########
File path: scripts/in_container/_in_container_utils.sh
##########
@@ -394,9 +394,9 @@ function verify_suffix_versions_for_package_preparation() {
if [[ ${VERSION_SUFFIX_FOR_SVN} =~ ^rc ]]; then
echo
- echo "${COLOR_RED_ERROR} The version suffix for SVN is used only for
file names in RC version ${COLOR_RESET}"
+ echo "${COLOR_YELLOW_WARNING} The version suffix for SVN is used only
for file names not for versions in RC version in SVN${COLOR_RESET}"
Review comment:
True. Fixed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]