From ec84a56da6901d95f41c6c72dc043dde19ab4bf3 Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Fri, 5 Nov 2021 17:27:23 -0700 Subject: [PATCH] Don't fail this test when we can't post Summary: Changelog: [Internal] - Don't fail build_npm_package when there is no PR environment set to post the link to. The script will fail with an error thanks to changes: https://github.com/facebook/react-native/commit/86491749ee67562e424209f644f7273061633687 Reviewed By: fkgozali Differential Revision: D32221758 fbshipit-source-id: ceb7fb654e4c13e195f20e28798e66e6854bcbcd --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e316c57cc5..0f91a253176 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -799,7 +799,7 @@ jobs: - install_github_bot_deps - run: name: Post link to PR build artifacts (pull-bot) - command: GITHUB_TOKEN="$PUBLIC_PULLBOT_GITHUB_TOKEN_A""$PUBLIC_PULLBOT_GITHUB_TOKEN_B" scripts/circleci/post-artifacts-link.sh + command: GITHUB_TOKEN="$PUBLIC_PULLBOT_GITHUB_TOKEN_A""$PUBLIC_PULLBOT_GITHUB_TOKEN_B" scripts/circleci/post-artifacts-link.sh || true # ------------------------- # JOBS: Nightly