diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-07-18 16:19:19 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-07-18 16:19:19 -0400 |
commit | b449667d8d5fb24adb0e1672ba9182a8ecabf97c (patch) | |
tree | 0c1d3ce4912344d21b46ac814e3c5bb5da9fdae3 /build.sh | |
parent | 0d4228b55aa786c3cbe0512acc5f0d9f91c6b87b (diff) |
SL-19854: Ensure BugSplat credentials are exported.
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -194,6 +194,7 @@ pre_build() fi fi set -x + export BUGSPLAT_USER BUGSPLAT_PASS # honor autobuild_configure_parameters same as sling-buildscripts eval_autobuild_configure_parameters=$(eval $(echo echo $autobuild_configure_parameters)) |