ephraimbuddy commented on a change in pull request #21273:
URL: https://github.com/apache/airflow/pull/21273#discussion_r799194200



##########
File path: scripts/ci/libraries/_runs.sh
##########
@@ -83,3 +83,13 @@ function runs::run_prepare_provider_documentation() {
         "${AIRFLOW_CI_IMAGE_WITH_TAG}" \
         "--" 
"/opt/airflow/scripts/in_container/run_prepare_provider_documentation.sh" "${@}"
 }
+
+function runs::run_db_upgrade_and_downgrade() {
+    docker_v run "${EXTRA_DOCKER_FLAGS[@]}" \
+        --entrypoint "/usr/local/bin/dumb-init"  \
+        -t \

Review comment:
       I'm changing this implementation cause it doesn't use the underlying DB




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to