mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-27 19:29:19 +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
|
copy_assets
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Exit with an error if the gradle publishing fails
|
||||||
|
set -e
|
||||||
echo "Publishing the Android project"
|
echo "Publishing the Android project"
|
||||||
./gradlew publishAllPublicationsToGithubPackagesRepository
|
|
||||||
|
./gradlew publishAllPublicationsToGithubPackagesRepository --no-daemon
|
||||||
|
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
Reference in New Issue
Block a user