Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Domain Redirect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HedgeDoc
Domain Redirect
Commits
b9f3a9d4
Verified
Commit
b9f3a9d4
authored
2 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
ci: Fix test for social media link
parent
582ac799
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#26310
failed
3 weeks ago
Stage: build
Stage: test
Stage: tag
Stage: deploy
Changes
1
Pipelines
32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
b9f3a9d4
...
@@ -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'"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment