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

Improve handling of local Weaver-UI-Core repo, adding support for det… #237

Merged
merged 1 commit into from
Aug 24, 2023

Commits on Aug 24, 2023

  1. Improve handling of local Weaver-UI-Core repo, adding support for det…

    …ecting the branch or tag name.
    
    This adds two configuration variables:
    1) `CI_WUI_BRANCH`
    2) `CI_WUI_DISABLE_LOCAL_PUBLISH`
    
    The `CI_WUI_BRANCH` should allow for a custom branch to be used in the local Verdaccio NPM hosting.
    The `CI_WUI_DISABLE_LOCAL_PUBLISH` should allow for disabling the local Verdaccio NPM hosting.
    
    These should be configurable as per the following documentation:
    - https://docs.github.com/en/actions/learn-github-actions/contexts#vars-context
    - https://docs.github.com/en/actions/learn-github-actions/variables#defining-variables-for-multiple-workflows
    kaladay committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4bb54dc View commit details
    Browse the repository at this point in the history