Github Actions add exit [ci skip]

This commit is contained in:
Pentarctagon 2020-11-21 03:46:08 -06:00
parent 3f6645e3c4
commit c14c33b722
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -65,7 +65,7 @@ if [ "$NLS" == "only" ]; then
scons update-po4a || exit 1
echo "Ran scons update-po4a"
scons manual || exit 1
echo "Ran scons manual"
exit 0
elif [ "$IMAGE" == "flatpak" ]; then
# docker's --volume means the directory is on a separate filesystem
# flatpak-builder doesn't support this