Github Actions add exit [ci skip]
This commit is contained in:
parent
3f6645e3c4
commit
c14c33b722
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/docker.sh
vendored
2
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue