Fabian Holler
Fabian Holler
Run all tasks defined in the baur-example repository through CI
To ensure that no artifacts from previous builds are used if a build command is broken, delete the files specified as build artifacts before doing a build
When fs.FindFile() is called with a big maxsearch depth like maxint, it's creates a giant glob string, it should not add more globs then there are subdirs. This does not...
Use the hyerplink shell escape sequences whenever we mention a filename in the fs (e.g. a config file, a application directory) or URLs (s3 upload urls) in the terminal output...
Allow to show only builds that took longer then X to build
Add a parameter to the root command to specify the repository root dir (`--repository`?). This would allow to run the baur command from outside the repository dir.
Support variables to reference the input and output digest when specifying the name of an output
When the configuration files contains unknown elements, the config validation should fail Depends on https://github.com/pelletier/go-toml/issues/367
Currently if multiple task names are passed to `baur run`, baur exits when of the task fails. Add a parameter to enable skipping only the failed task and continue running...