File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 52
52
53
53
# if there is a change on the translation
54
54
if git diff --name-only HEAD^ HEAD | grep -q "^locale/${{ matrix.language }}" ; then echo "PROCESS=true" >> $GITHUB_ENV; fi
55
- # if the change involves a link
56
- if git diff HEAD^ "locale/${{ matrix.language }}" | grep "http" | grep -q "+" ; then echo "CHK_LINK=true" >> $GITHUB_ENV; fi
55
+ # if the change involves a link (TODO eneable when detecting which link is making it stall)
56
+ # if git diff HEAD^ "locale/${{ matrix.language }}" | grep "http" | grep -q "+" ; then echo "CHK_LINK=true" >> $GITHUB_ENV; fi
57
57
58
58
- name : Install python
59
59
if : env.PROCESS == 'true' || env.CHK_LINK == 'true'
Original file line number Diff line number Diff line change 202
202
# used in overview/mapserver_overview
203
203
'http://www.dnr.state.mn.us/maps/compass.html' ,
204
204
205
+ # 404
206
+ r'https://docs.qgis.org/3.10/en/docs/server_manual/' ,
207
+ r'https://earthdata.nasa.gov/esdis/eso/standards-and-references/directory-interchange-format-dif-standard' ,
208
+ r'https://istsos.org/en/trunk/doc/index.html' ,
209
+ r'https://istsos.org/tutorial/'
210
+
211
+
212
+ # 504
213
+ r'https://help.ubuntu.com/' ,
214
+
205
215
# intermittent 502 server errors
206
216
r'https://demo.pycsw.org' ,
207
217
You can’t perform that action at this time.
0 commit comments