Prevent silent Denis failures in the future

This commit is contained in:
Eric Bailey
2026-05-28 15:01:01 -05:00
parent 672cebef62
commit 0d1fa410ac
3 changed files with 14 additions and 1 deletions
+4
View File
@@ -1,4 +1,8 @@
#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
outputIos=$(eas build:version:get -p ios)
outputAndroid=$(eas build:version:get -p android)
currentIosVersion=${outputIos#*buildNumber - }