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
01fb78bc
Unverified
Commit
01fb78bc
authored
Feb 03, 2020
by
gabriel klawitter
Committed by
GitHub
Feb 03, 2020
Browse files
ci: fix check_runtime on busybox (#820)
parent
37381589
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/gitlab/check_runtime.sh
View file @
01fb78bc
...
...
@@ -89,7 +89,7 @@ then
EOT
# okay so now need to fetch the substrate repository and check whether spec_version or impl_version has changed there
SUBSTRATE_CLONE_DIR
=
"
$(
mktemp
-t
-d
substrate-XXX
)
"
SUBSTRATE_CLONE_DIR
=
"
$(
mktemp
-t
-d
substrate-XXX
XXX
)
"
trap
"rm -rf
${
SUBSTRATE_CLONE_DIR
}
"
INT QUIT TERM ABRT EXIT
...
...
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