File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ jobs:
4040 fail="FALSE"
4141 merged_commit=$(git log -1 --format='%H')
4242 changed_files="$(git diff --name-status --diff-filter=ARM $BASE_SHA ${merged_commit} | awk '/\.md$/ {print $NF}')"
43-
43+
4444 echo "no_proxy=$no_proxy"
4545 echo "http_proxy=$http_proxy"
4646 echo "https_proxy=$https_proxy"
47-
47+
4848 if [ -n "$changed_files" ]; then
4949 for changed_file in $changed_files; do
5050 # echo $changed_file
@@ -118,11 +118,11 @@ jobs:
118118 merged_commit=$(git log -1 --format='%H')
119119 changed_files="$(git diff --name-status --diff-filter=ARM $BASE_SHA ${merged_commit} | awk '/\.md$/ {print $NF}')"
120120 png_lines=$(grep -Eo '\]\([^)]+\)' --include='*.md' -r .|grep -Ev 'http' | grep -Ev 'shape=' | grep -Ev 'mailto:[email protected] ') 121-
121+
122122 echo "no_proxy=$no_proxy"
123123 echo "http_proxy=$http_proxy"
124124 echo "https_proxy=$https_proxy"
125-
125+
126126 if [ -n "$png_lines" ]; then
127127 for png_line in $png_lines; do
128128 # echo "No.1----->png_line is $png_line"
You can’t perform that action at this time.
0 commit comments