Merge pull request #21357 from WeixuZhuang/fix
Auto commit by PR queue bot
This commit is contained in:
		@@ -18,6 +18,8 @@ set -o errexit
 | 
				
			|||||||
set -o nounset
 | 
					set -o nounset
 | 
				
			||||||
set -o pipefail
 | 
					set -o pipefail
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DEBUG="${DEBUG:-false}"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ "${DEBUG}" == "true" ]; then
 | 
					if [ "${DEBUG}" == "true" ]; then
 | 
				
			||||||
	set -x
 | 
						set -x
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user