Skip to content

Commit

Permalink
fix for package.json env var
Browse files Browse the repository at this point in the history
  • Loading branch information
william2958 committed Mar 15, 2018
1 parent c9315fe commit e0aaa9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ yarn-error.log
# BUCK
buck-out/
\.buckd/
*.keystore


# fastlane
#
Expand All @@ -60,4 +60,4 @@ buck-out/
yarn.lock
src.zip
docs_build
/.eslintrc
/.eslintrc
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
"name": "Nexus_5X_API_24"
},
"android.emu.release.bitrise": {
"binaryPath": "$BITRISE_APK_PATH",
"binaryPath": "cross-var echo ${$BITRISE_APK_PATH}",
"build":"",
"type": "android.emulator",
"name": "Android_ARMv7a_Nougat"
Expand Down

0 comments on commit e0aaa9e

Please sign in to comment.