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

Move build scripts and setup local dev #26506

Open
wants to merge 4 commits into
base: devin.ford/documentation-ci-migration
Choose a base branch
from

Conversation

devindford
Copy link
Contributor

@devindford devindford commented Nov 26, 2024

What does this PR do? What is the motivation?

  • Removes build scripts from repo
  • Keeps only the integration and pull config files locally
  • updates .gitignore to match the new patterns
  • adds make commands for sourcing local build scripts
    • setup-build-scripts
    • clean-build-scirpts
    • restore-config
    • backup-config
    • start-preserve-build
  • updates make config example with the required env vars needed to pull build scripts locally
  • updates make start to run setup-build-scripts
  • updates clean-all to include clean-build-scripts

start-preserve-build is the old start command, this is intended for testing build script changes locally prior to opening a PR in the repo that contains them

Merge instructions

Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the <yourname>/description naming convention) and then add the following PR comment:

/merge

Additional notes

@devindford devindford requested a review from a team as a code owner November 26, 2024 20:02
@github-actions github-actions bot added the Architecture Everything related to the Doc backend label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Architecture Everything related to the Doc backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant