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 push with no configured module names #31

Merged
merged 13 commits into from
Jun 13, 2024
Merged

Fix push with no configured module names #31

merged 13 commits into from
Jun 13, 2024

Commits on Jun 11, 2024

  1. Fix push with no configured module names

    Read the config file to determine if a module name is present before
    trying to push to the remote. On no configured modules skip both push
    and archive steps.
    emcfarlane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f8b22c7 View commit details
    Browse the repository at this point in the history
  2. Debug

    emcfarlane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    24732a2 View commit details
    Browse the repository at this point in the history
  3. Handle nulls

    emcfarlane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    60e5339 View commit details
    Browse the repository at this point in the history
  4. Drop debug

    emcfarlane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    de38a2e View commit details
    Browse the repository at this point in the history
  5. Feeback

    emcfarlane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    919b87f View commit details
    Browse the repository at this point in the history
  6. Add multi push test

    emcfarlane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5735076 View commit details
    Browse the repository at this point in the history
  7. Fix proto

    emcfarlane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c49d7e6 View commit details
    Browse the repository at this point in the history
  8. Allow multi to fail

    emcfarlane committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e61b59a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Let steps skip

    emcfarlane committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    773346a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    f45be76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f7e88e View commit details
    Browse the repository at this point in the history
  3. Fix CI

    emcfarlane committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3aa5501 View commit details
    Browse the repository at this point in the history
  4. Fix skip msg

    emcfarlane committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a5355d2 View commit details
    Browse the repository at this point in the history