Skip to content

Commit

Permalink
change back to localhost (facebook#666)
Browse files Browse the repository at this point in the history
* change back to localhost

* boost path gradlew change

* whitespace
  • Loading branch information
HeyImChris authored Dec 4, 2020
1 parent b163651 commit b2afdfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- task: CmdLine@2
displayName: gradlew installArchives
inputs:
script: REACT_NATIVE_DEPENDENCIES=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs"
script: REACT_NATIVE_BOOST_PATH=$(System.DefaultWorkingDirectory)/build_deps ./gradlew installArchives -Pparam="excludeLibs"

- template: templates\prep-android-nuget.yml

Expand Down
2 changes: 1 addition & 1 deletion .ado/waitForVerdaccio.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const path = require('path');

function queryForServerStatus() {

http.get('http://0.0.0.0:4873', res => {
http.get('http://localhost:4873', res => {
console.log(`Server status: ${res.statusCode}`);
if (res.statusCode != 200) {
setTimeout(queryForServerStatus, 2000);
Expand Down

0 comments on commit b2afdfd

Please sign in to comment.