diff options
| -rwxr-xr-x | build.sh | 2 | ||||
| -rwxr-xr-x | prepare-release.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -242,7 +242,7 @@ function buildTargets() { build "$t" done else - source env.sh + source env.sh "" build fi } diff --git a/prepare-release.sh b/prepare-release.sh index 77d093593a..9286d128a7 100755 --- a/prepare-release.sh +++ b/prepare-release.sh @@ -57,7 +57,7 @@ echo "Updating version in metadata files..." ./version-metadata.sh inject $PRODUCT_VERSION $VERSION_METADATA_ARGS echo "Syncing Cargo.lock with new version numbers" -source env.sh +source env.sh "" # If cargo exits with a non zero exit status and it's not a timeout (exit code 124) it's an error set +e timeout 5s cargo +stable build |
