Skip to content

Handle delete-only case in dbbBuild.sh #308

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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

lauren-li
Copy link
Contributor

This PR for the Common Back-end Scripts Template's dbbBuild.sh file adds handling for the use case where the only source changes are file deletion (i.e. files are only listed in deletedFilesList.txt but not in buildList.txt).

With this PR, the pipeline can continue (e.g. with packaging) in this use case, instead of stopping with RC=4.

Resolves #305

@dennis-behm
Copy link
Member

Hi @lauren-li . I tested your changes. They look good! Do you plan also to implement the updates for zBuilder.sh?

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.

RC 4 from dbbBuild.sh if only file deletion is committed
2 participants