Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
3c0e31c4
Unverified
Commit
3c0e31c4
authored
Oct 26, 2020
by
s3krit
Committed by
GitHub
Oct 26, 2020
Browse files
remove debug lines (#1847)
parent
08826f46
Pipeline
#111857
passed with stages
in 23 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/github/generate_release_text.rb
View file @
3c0e31c4
...
...
@@ -7,7 +7,6 @@ require 'git'
require
'json'
require
'octokit'
require
'toml'
require
'pry'
require_relative
'./lib.rb'
current_ref
=
ENV
[
'GITHUB_REF'
]
...
...
@@ -87,7 +86,6 @@ release_priority = Changelog.highest_priority_for_changes(all_changes)
# Pulled from the previous Github step
rustc_stable
=
ENV
[
'RUSTC_STABLE'
]
rustc_nightly
=
ENV
[
'RUSTC_NIGHTLY'
]
binding
.
pry
polkadot_runtime
=
get_runtime
(
'polkadot'
,
polkadot_path
)
kusama_runtime
=
get_runtime
(
'kusama'
,
polkadot_path
)
westend_runtime
=
get_runtime
(
'westend'
,
polkadot_path
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment