From 91a35fb4bae944e6eaeac4a4ad2ba5aee0904d5f Mon Sep 17 00:00:00 2001 From: HifiExperiments Date: Wed, 19 Aug 2020 16:47:04 -0700 Subject: [PATCH] change quick goto --- .github/workflows/pr_build.yml | 1 - scripts/system/quickGoto.js | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 7bd061e7d2..3c6b91c65b 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -115,7 +115,6 @@ jobs: shell: bash run: cmake -E make_directory "${{runner.workspace}}/build" - name: Configure CMake - if: matrix.build_type != 'android' working-directory: ${{runner.workspace}}/build shell: bash run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DVCPKG_BUILD_TYPE=release $CMAKE_EXTRA diff --git a/scripts/system/quickGoto.js b/scripts/system/quickGoto.js index c5560cce83..ec278dd1d2 100644 --- a/scripts/system/quickGoto.js +++ b/scripts/system/quickGoto.js @@ -30,7 +30,8 @@ }); } - addGotoButton("dev-mobile"); - addGotoButton("quest-dev"); + addGotoButton("172.104.248.237"); + addGotoButton("167.172.61.134"); + addGotoButton("file:///~/serverless/tutorial.json"); }()); // END LOCAL_SCOPE