Clearer script naming | Renable all CI

This commit is contained in:
abejgonzalez
2021-10-08 14:15:46 -07:00
parent 43430cb8bc
commit ca4e9563b9
6 changed files with 745 additions and 766 deletions

View File

@@ -15,6 +15,6 @@ for tools in 'riscv-tools' 'esp-tools' ; do
git submodule status "toolchains/${tools}" 'toolchains/libgloss' 'toolchains/qemu' |
while read -r line ; do
echo "${line#[!0-9a-f]}"
done > "$GITHUB_WORKSPACE/${tools}.hash"
done > "${tools}.hash"
done
echo "Hashfile for riscv-tools and esp-tools created in $HOME"
echo "Hashfile for riscv-tools and esp-tools created in $PWD"