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

Default to empty vcs-repo-file-url #566

Merged
merged 3 commits into from
Mar 9, 2021
Merged

Default to empty vcs-repo-file-url #566

merged 3 commits into from
Mar 9, 2021

Conversation

christophebedard
Copy link
Member

Fixes #561

This changes the default value for the vcs-repo-file-url input to an empty
string. Therefore, by default, action-ros-ci will rely on binaries
(e.g. installed by setup-ros) for any dependencies.

Signed-off-by: Christophe Bedard bedard.christophe@gmail.com

Fixes #561

This changes the default value for the `vcs-repo-file-url` input to an empty
string. Therefore, by default, action-ros-ci will rely on binaries
(e.g. installed by setup-ros) for any dependencies.

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
@christophebedard christophebedard requested a review from a team as a code owner March 6, 2021 17:34
@christophebedard christophebedard requested review from emersonknapp and zmichaels11 and removed request for a team March 6, 2021 17:34
@codecov
Copy link

codecov bot commented Mar 6, 2021

Codecov Report

Merging #566 (97aae5e) into master (a622fb7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #566   +/-   ##
=======================================
  Coverage   42.42%   42.42%           
=======================================
  Files           2        2           
  Lines         198      198           
  Branches       36       36           
=======================================
  Hits           84       84           
  Misses        114      114           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a622fb7...0f3555f. Read the comment docs.

Copy link
Contributor

@emersonknapp emersonknapp left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@emersonknapp emersonknapp enabled auto-merge (squash) March 8, 2021 17:49
@emersonknapp emersonknapp merged commit e2bb22a into ros-tooling:master Mar 9, 2021
@christophebedard christophebedard deleted the default-vcs-repo-file-url-value-empty-string branch March 9, 2021 02:20
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.

vcs-repo-file-url should default to empty, rather than master ros2.repos
2 participants