We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27e9e4 commit bdcd254Copy full SHA for bdcd254
.github/workflows/interoperability.yml
@@ -89,13 +89,6 @@ jobs:
89
wget https://metadata.eduid.cz/entities/eduid -O /tmp/metadata/eduid.xml
90
wget https://www.eduid.cz/docs/eduid/metadata/metadata.eduid.cz.crt.pem -O /tmp/metadata/eduid.crt
91
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
-
99
- name: Download GRNET metadata
100
if: steps.cache-metadata.outputs.cache-hit != 'true'
101
run: |
0 commit comments