Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
matrix-react-sdk
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Matrix.org
matrix-react-sdk
Commits
276d6bc3
Commit
276d6bc3
authored
10 months ago
by
github-merge-queue
Committed by
github-actions[bot]
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[create-pull-request] automated change
parent
0252c121
Loading
Loading
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
playwright/plugins/homeserver/synapse/index.ts
+1
-1
1 addition, 1 deletion
playwright/plugins/homeserver/synapse/index.ts
with
1 addition
and
1 deletion
playwright/plugins/homeserver/synapse/index.ts
+
1
−
1
View file @
276d6bc3
...
@@ -28,7 +28,7 @@ import { randB64Bytes } from "../../utils/rand";
...
@@ -28,7 +28,7 @@ import { randB64Bytes } from "../../utils/rand";
// Docker tag to use for synapse docker image.
// Docker tag to use for synapse docker image.
// We target a specific digest as every now and then a Synapse update will break our CI.
// We target a specific digest as every now and then a Synapse update will break our CI.
// This digest is updated by the playwright-image-updates.yaml workflow periodically.
// This digest is updated by the playwright-image-updates.yaml workflow periodically.
const
DOCKER_TAG
=
"
develop@sha256:
84e3d3a5ecbb618d29878e99fa58b6b926d6feb08ea536063cabed41be0a057c
"
;
const
DOCKER_TAG
=
"
develop@sha256:
ef9456061f694cdbb0d0e9138a3ba8e912ea7e5aa10068a412214ace418b394e
"
;
async
function
cfgDirFromTemplate
(
opts
:
StartHomeserverOpts
):
Promise
<
Omit
<
HomeserverConfig
,
"
dockerUrl
"
>>
{
async
function
cfgDirFromTemplate
(
opts
:
StartHomeserverOpts
):
Promise
<
Omit
<
HomeserverConfig
,
"
dockerUrl
"
>>
{
const
templateDir
=
path
.
join
(
__dirname
,
"
templates
"
,
opts
.
template
);
const
templateDir
=
path
.
join
(
__dirname
,
"
templates
"
,
opts
.
template
);
...
...
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