Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
timothe
duniter
Commits
a421e579
Commit
a421e579
authored
Jan 10, 2018
by
Éloïs
Browse files
Update releaser.py
parent
3f0160f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/releaser.py
View file @
a421e579
...
...
@@ -94,7 +94,7 @@ def build_compiled_message(current_message):
'icon'
:
':package:'
}
artifacts_list
.
append
(
artifact_dict
)
expected_sources
=
[
'tar.gz'
,
'
zip
'
]
expected_sources
=
[
'tar.gz'
,
'
deb
'
]
for
source
in
expected_sources
:
source_url
=
build_artifact_url
(
source
,
True
)
artifact_dict
=
{
...
...
Write
Preview
Supports
Markdown
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