Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ddorgan
polkadot
Commits
952f09da
Unverified
Commit
952f09da
authored
Jan 24, 2020
by
gabriel klawitter
Committed by
GitHub
Jan 24, 2020
Browse files
ci: only tag breaksapi if there were changes to the runtime sources (#798)
parent
be7f00a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gitlab/check_runtime.sh
View file @
952f09da
...
...
@@ -126,7 +126,12 @@ do
if
[
"
${
add_spec_version
}
"
!=
"
${
sub_spec_version
}
"
]
then
github_label
"B2-breaksapi"
if
git diff
--name-only
origin/master...
${
CI_COMMIT_SHA
}
\
|
grep
-q
-e
'^runtime/'
then
# add label breaksapi only if this pr altered the runtime sources
github_label
"B2-breaksapi"
fi
boldcat
<<-
EOT
...
...
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