Skip to content
Snippets Groups Projects
Verified Commit b9f3a9d4 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci: Fix test for social media link

parent 582ac799
Branches master
No related tags found
No related merge requests found
Pipeline #26310 failed
...@@ -30,8 +30,8 @@ nginx-validation: ...@@ -30,8 +30,8 @@ nginx-validation:
- "curl -v -H 'Host: demo.codimd.org' http://localhost/ 2>&1 | grep -q 'https://demo.hedgedoc.org'" - "curl -v -H 'Host: demo.codimd.org' http://localhost/ 2>&1 | grep -q 'https://demo.hedgedoc.org'"
- "curl -v -H 'Host: demo.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://demo.hedgedoc.org'" - "curl -v -H 'Host: demo.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://demo.hedgedoc.org'"
# Test social # Test social
- "curl -v -H 'Host: social.codimd.org' http://localhost/ 2>&1 | grep -q 'https://social.snopyta.org/@HedgeDoc'" - "curl -v -H 'Host: social.codimd.org' http://localhost/ 2>&1 | grep -q 'https://fosstodon.org/@HedgeDoc'"
- "curl -v -H 'Host: social.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://social.snopyta.org/@HedgeDoc'" - "curl -v -H 'Host: social.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://fosstodon.org/@HedgeDoc'"
# Test community # Test community
- "curl -v -H 'Host: community.codimd.org' http://localhost/ 2>&1 | grep -q 'https://community.hedgedoc.org'" - "curl -v -H 'Host: community.codimd.org' http://localhost/ 2>&1 | grep -q 'https://community.hedgedoc.org'"
- "curl -v -H 'Host: community.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://community.hedgedoc.org'" - "curl -v -H 'Host: community.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://community.hedgedoc.org'"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment