Skip to content

Commit

Permalink
Add set -e in bash
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 3, 2019
1 parent 3943c90 commit b1e72ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/env bash
set -e

echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install 'ndk-bundle'

Expand Down
1 change: 1 addition & 0 deletions ci/start_android_emulator.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/env bash
set -e

export TERM=xterm

Expand Down

0 comments on commit b1e72ab

Please sign in to comment.