Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim-plugins
Commits
9d3abb72
Commit
9d3abb72
authored
May 07, 2022
by
Philipp Hörist
Browse files
Script: Fix image key name
parent
b5e88455
Pipeline
#9792
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/build_repository.py
View file @
9d3abb72
...
@@ -35,7 +35,7 @@ REQUIRED_KEYS: Set[str] = {
...
@@ -35,7 +35,7 @@ REQUIRED_KEYS: Set[str] = {
PACKAGE_INDEX
:
Dict
[
str
,
Any
]
=
{
PACKAGE_INDEX
:
Dict
[
str
,
Any
]
=
{
'metadata'
:
{
'metadata'
:
{
'repository_name'
:
'master'
,
'repository_name'
:
'master'
,
'image_
url
'
:
'images.zip'
,
'image_
path
'
:
'images.zip'
,
},
},
'plugins'
:
defaultdict
(
dict
)
'plugins'
:
defaultdict
(
dict
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment