We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1cd82 commit bf0e3faCopy full SHA for bf0e3fa
.github/workflows/test-check_easystacks.yml
@@ -71,6 +71,7 @@ jobs:
71
./check_missing_installations.sh ${easystack_file} || ec=$?
72
if [[ ${ec} -ne 0 ]]; then
73
echo "missing installations found for ${easystack_file}!" >&2
74
+ export missing=$(env | grep .eb\) | tr -d \*)
75
python .github/workflows/parse_missing-installations-output.py
76
fi
77
done
0 commit comments