ci: fix check_runtime on busybox (#820)

This commit is contained in:
gabriel klawitter
2020-02-03 16:53:20 +01:00
committed by GitHub
parent 2e5e256821
commit 9a2495c66e
+1 -1
View File
@@ -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