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

ci: support downloading micro_ros_motoplus prereleases #272

Merged
merged 2 commits into from
Jul 1, 2024

Conversation

gavanderhoorn
Copy link
Collaborator

@gavanderhoorn gavanderhoorn commented Jun 28, 2024

As per title really.

Instead of just assuming / hard-coding release as the tag/release prefix, this allows adding a key called prerelease to the maps in uros. If that key is found, the rest of the workflow will assume it'll be downloading a prerelease micro_ros_motoplus archive.

This could be from an actually published prerelease, or a draft.

Example (and fictional) matrix entry:

uros: [
  { release: 20221102, codename: foxy, prerelease: true },
  ...,
]

@gavanderhoorn gavanderhoorn requested a review from ted-miller June 28, 2024 12:17
@ted-miller ted-miller merged commit b54abf3 into main Jul 1, 2024
6 checks passed
@ted-miller ted-miller deleted the ci_support_mrm_prereleases branch July 1, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants