Skip to content

Commit c0da938

Browse files
committed
Temporarily disable dicomlookup urls check
We know they are broken: - #2068 and there is no immediate fix. This should disable them, until we resolve them, and do not miss some other broken urls interim
1 parent 0142056 commit c0da938

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
--ignore-url 'https://github.com/[^/]*' \
6262
--ignore-url 'https://github.com/bids-standard/bids-specification/(pull|tree)/.*' \
6363
--ignore-url 'https://www.incf.org' \
64+
--ignore-url 'https://dicomlookup.com/dicomtags/.*' \
6465
~/project/site/*html ~/project/site/*/*.html
6566
else
6667
echo "Release PR - do nothing"

0 commit comments

Comments
 (0)