build/linux: Stop Flatpak scripts if any command fails

This commit is contained in:
Bruno 2024-11-01 18:23:18 -03:00
parent 1182d7606c
commit d5c7c9304c
No known key found for this signature in database
3 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
if [ -z "$GITLAB_CI" ]; then
# Make the script work locally
if [ "$0" != 'build/linux/flatpak/1_build-deps-flatpak.sh' ] && [ ${PWD/*\//} != 'flatpak' ]; then

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
if [ -z "$GITLAB_CI" ]; then
# Make the script work locally
if [ "$0" != 'build/linux/flatpak/2_build-gimp-flatpak.sh' ] && [ ${PWD/*\//} != 'flatpak' ]; then

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -e
if [ "$GITLAB_CI" ]; then
# Extract previously exported repo/