HuangXingBo commented on code in PR #20156:
URL: https://github.com/apache/flink/pull/20156#discussion_r913328921


##########
flink-python/dev/lint-python.sh:
##########
@@ -854,3 +863,8 @@ pushd "$FLINK_PYTHON_DIR" &> /dev/null
 if [ $skip_checks -eq 0 ]; then
     check_stage
 fi
+
+if [[ ${CLEAN_UP_FLAG} -eq 1 ]]; then
+    rm -rf ${CONDA_HOME}
+    rm -rf ${STAGE_FILE}

Review Comment:
   It looks like tirggering the tox test in `e2e` stage. I need to correct the 
script.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to