Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix OSS integration tests for docs (#3663) #20590

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

tkorenko
Copy link
Contributor

What

  • In "Docs PR check mode" stop before "yarn deploy"

+ In "Docs PR check mode" stop before "yarn deploy"
@tkorenko tkorenko self-assigned this Dec 16, 2022
@tkorenko tkorenko temporarily deployed to more-secrets December 16, 2022 17:06 — with GitHub Actions Inactive
Copy link
Contributor

@supertopher supertopher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

taras can we make this run locally without a failure?

otherwise looks great

@@ -79,6 +79,12 @@ if ! yarn build; then
exit 1
fi

# "check PR mode" -- we run "yarn build" and stop before "yarn deploy"
if [ "${SKIP_DEPLOY}" = "yes" ]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SKIP_DEPLOY doesn't exist for local runs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which is perfectly fine for local deploys

Copy link
Contributor Author

@tkorenko tkorenko Dec 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we get then if [ "" = "yes" ]; then ... fi -- this code block is skipped for local runs

@tkorenko tkorenko merged commit 228a524 into master Dec 16, 2022
@tkorenko tkorenko deleted the tkorenko/3663-oss-docs-build-update-01 branch December 16, 2022 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants