mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
68e6788daf
commit
ec84a56da6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user