diff --git a/buildscripts/sonatype-upload.sh b/buildscripts/sonatype-upload.sh index 332277ef8b..0ef36d06cf 100755 --- a/buildscripts/sonatype-upload.sh +++ b/buildscripts/sonatype-upload.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -e +set -eu -o pipefail if [ $# -ne 2 ]; then cat <