Skip to content

Commit

Permalink
Fix containerized build return code
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 19, 2023
1 parent fcca2d0 commit f274e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/buildserver-build-android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function build {
CARGO_TARGET_VOLUME_NAME="cargo-target-android" \
CARGO_REGISTRY_VOLUME_NAME="cargo-registry-android" \
USE_MOLD=false \
./building/containerized-build.sh android --app-bundle || return 0
./building/containerized-build.sh android --app-bundle || return 1

mv dist/*.{aab,apk} "$artifact_dir" || return 1
}
Expand Down

0 comments on commit f274e46

Please sign in to comment.