mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 23:07:57 +00:00
ci: fix check_runtime on busybox (#820)
This commit is contained in:
committed by
GitHub
parent
2e5e256821
commit
9a2495c66e
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user