Skip to content

Commit bf0e3fa

Browse files
authored
fix check easystack workflow
1 parent 6d1cd82 commit bf0e3fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-check_easystacks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
./check_missing_installations.sh ${easystack_file} || ec=$?
7272
if [[ ${ec} -ne 0 ]]; then
7373
echo "missing installations found for ${easystack_file}!" >&2
74+
export missing=$(env | grep .eb\) | tr -d \*)
7475
python .github/workflows/parse_missing-installations-output.py
7576
fi
7677
done

0 commit comments

Comments
 (0)