Tags: simplesurance/baur
Tags
vendor(deps): bump golang.org/x/tools from 0.24.0 to 0.26.0 (#612) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.24.0 to 0.26.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.24.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
add --require-clean-git-worktree flag to run and status commands Add a new flag to "baur run" and "baur status" called --require-clean-git-worktree. If passed, the commands fail if the baur repository contains untracked or modified tracked git files, this includes files that are in .gitignore. "baur run", checks the state on start and before executing a task, to catch cases were multiple tasks are run and of them modifies or creates new files in the git repository. This helps to ensure that tasks are executed in an clean reproducible environment.
PreviousNext