Skip to content

Commit

Permalink
Merge pull request #1246 from mysteriumnetwork/android-build-pass-env
Browse files Browse the repository at this point in the history
Pass env vars to release android sdk shell script
  • Loading branch information
tadaskay authored Aug 1, 2019
2 parents bfbaa28 + 24e729c commit 4aec395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/android_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ func ReleaseAndroidSDK() error {
if err != nil {
return err
}
return shell.NewCmdf("bin/release_android %s", env.Str(env.BuildVersion)).Run()
return shell.NewCmdf("bash -ev bin/release_android %s", env.Str(env.BuildVersion)).Run()
}

0 comments on commit 4aec395

Please sign in to comment.