This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 73187015e2dc64a76bf0d221e05ba7322eb436b8 Author: Jarek Potiuk <jarek.pot...@polidea.com> AuthorDate: Mon Nov 9 21:58:37 2020 +0100 Remove popd which is a remnant from past (#12211) (cherry picked from commit d8abee690823b7973e5561f2725dc7b79467bfdf) --- scripts/ci/libraries/_start_end.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci/libraries/_start_end.sh b/scripts/ci/libraries/_start_end.sh index f4d8bfe..8fc7e5d 100644 --- a/scripts/ci/libraries/_start_end.sh +++ b/scripts/ci/libraries/_start_end.sh @@ -53,7 +53,6 @@ function start_end::dump_container_logs() { echo "###########################################################################################" docker logs "${container}" > "${dump_file}" echo " Container ${container} logs dumped to ${dump_file}" - popd || exit 1 echo "###########################################################################################" }