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

Feature/checkout configuration #18

Merged

Conversation

BenediktHaas96
Copy link

The checkout action before running the actual docker-ros pipeline makes it difficult to move in files/directories for docker-ros to use which are not present in the repository itself (e.g. artifacts produced by other jobs/workflows).

Additionally, the option lfs: true of the checkout action leads to a failed pipeline if the executing runner doesn't have git-lfs installed. It makes sense to leave this up to the user, especially if they use self-hosted runners.

These changes allow users to manually disable the checkout action, as well as its git lfs support. Defaults are set to 'true', so existing pipelines based on docker-ros should show no change in behavior.

README.md Outdated Show resolved Hide resolved
action.yml Outdated Show resolved Hide resolved
@lreiher lreiher merged commit 7f945ae into ika-rwth-aachen:main Jan 17, 2024
2 of 6 checks passed
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