Skip to content

Commit bdcd254

Browse files
committed
Remove duplicate download
1 parent f27e9e4 commit bdcd254

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/interoperability.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ jobs:
8989
wget https://metadata.eduid.cz/entities/eduid -O /tmp/metadata/eduid.xml
9090
wget https://www.eduid.cz/docs/eduid/metadata/metadata.eduid.cz.crt.pem -O /tmp/metadata/eduid.crt
9191
92-
- name: Download eduID metadata & public key
93-
if: steps.cache-metadata.outputs.cache-hit != 'true'
94-
run: |
95-
mkdir -p /tmp/metadata
96-
wget https://metadata.eduid.cz/entities/eduid -O /tmp/metadata/eduid.xml
97-
wget https://www.eduid.cz/docs/eduid/metadata/metadata.eduid.cz.crt.pem -O /tmp/metadata/eduid.crt
98-
9992
- name: Download GRNET metadata
10093
if: steps.cache-metadata.outputs.cache-hit != 'true'
10194
run: |

0 commit comments

Comments
 (0)