Unverified Commit 01fb78bc authored by gabriel klawitter's avatar gabriel klawitter Committed by GitHub
Browse files

ci: fix check_runtime on busybox (#820)

parent 37381589
......@@ -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-XXXXXX)"
trap "rm -rf ${SUBSTRATE_CLONE_DIR}" INT QUIT TERM ABRT EXIT
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment