potiuk commented on a change in pull request #12082:
URL: https://github.com/apache/airflow/pull/12082#discussion_r517964483



##########
File path: scripts/in_container/run_prepare_provider_readme.sh
##########
@@ -38,9 +38,10 @@ echo > "${OUT_FILE_PRINTED_ON_ERROR}"
 
 cd "${AIRFLOW_SOURCES}/provider_packages" || exit 1
 
-python3 prepare_provider_packages.py --version-suffix 
"${TARGET_VERSION_SUFFIX}" \
-    update-package-release-notes "$@"
+PREPARE_PROVIDER_PACKAGES_PY="${AIRFLOW_SOURCES}/dev/provider_packages/prepare_provider_packages.py"
 
+python3 "${PREPARE_PROVIDER_PACKAGES_PY}" --version-suffix 
"${TARGET_VERSION_SUFFIX}" \

Review comment:
       They are used above, just the redefine copy&paste was wrong.




----------------------------------------------------------------
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]


Reply via email to