git-artifact
git-artifact copied to clipboard
Assemble a code artifact from your codebase, remove unnecessary files, and push it into a separate Git repository.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/drevops/git-artifact). ## Ignored or Blocked The following updates...
Add gha to https://github.com/drevops/git-artifact-destination to cleanup stale branches in that repo after 3 days: https://github.com/fpicalausa/remove-stale-branches
Pushing to remote repos required to have username and email setup for global or local git config. Need to trigger an error if these values have not been set.
Identify the mechanism and implement automated cleanup of staled remote branches that were previously created by this package Add gha to https://github.com/drevops/git-artifact-destination to cleanup stale branches in that repo after...
To reproduce you can have a master-artefact branch in your repo, and try deploying with the --no-cleanup flag. Robo fails with an empty message, the message is not getting picked...
Need to add more pre-flight checks and reporting for checking access to remote repo. Possibly even perform test checkout from and push to remote repo in order to check access.
This need to be addressed by introducing additional token `[increment:2]` etc. We do not want any 'magical' branch names to be created.
See https://github.com/AlexSkrypnyk/shellvar/blob/main/Dockerfile Also will need to add a CI build for the container and a test in GHA
In some cases, the `deploy` may run after the PR was merged and the `deploy` task is marked as failed. This happens because there is no more branch. We need...