Skip to content

Commit

Permalink
ci: pass TRAVIS_PULL_REQUEST env to Docker in Android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Sep 2, 2020
1 parent 2d067a6 commit 0858d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/android/run-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mkdir -p "$HOME/.ccache"

docker run \
-e CI=$CI \
-e TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST \
-v $(pwd):/home/build \
-v "$HOME/.ccache":/root/.ccache \
-e keystore_password="$keystore_password" \
Expand Down

0 comments on commit 0858d6d

Please sign in to comment.