mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
Make sure the build script fails if the gradle publishing fails
This commit is contained in:
@@ -55,7 +55,10 @@ else
|
||||
copy_assets
|
||||
fi
|
||||
|
||||
# Exit with an error if the gradle publishing fails
|
||||
set -e
|
||||
echo "Publishing the Android project"
|
||||
./gradlew publishAllPublicationsToGithubPackagesRepository
|
||||
|
||||
./gradlew publishAllPublicationsToGithubPackagesRepository --no-daemon
|
||||
|
||||
popd > /dev/null
|
||||
Reference in New Issue
Block a user