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
c3661f0f
Unverified
Commit
c3661f0f
authored
Jan 06, 2020
by
gabriel klawitter
Committed by
GitHub
Jan 06, 2020
Browse files
ci: make sure master branch is available for check_runtime (#720)
parent
7acd1bd9
Pipeline
#73438
passed with stages
in 16 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/gitlab/check_runtime.sh
View file @
c3661f0f
...
...
@@ -12,6 +12,9 @@ set -e # fail on any error
# give some context
git log
--graph
--oneline
--decorate
=
short
-n
10
# make sure the master branch is available in shallow clones
git fetch
--depth
=
${
GIT_DEPTH
:-
100
}
origin master
github_label
()
{
echo
...
...
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