puengel
puengel
Instead of always running an init task (or always running init-once on startup) run init task only when explicitly required by user. Steps: - bob run [task] - build tasks...
For permanent run tasks e.g. in vue serve ui it would be nice to have this as a bob run task. Example: ```yaml runs: ui: cmd: | npm run serve...
After `go build` delete gotron module from `$GOPATH/pkg/github/Equanox/gotron/`. Executable will fail with error since template folder does not exist anymore. Need to copy templates to build dir or into build...
## Scenario The expected target is never created. You can achieve this with the following sample build command. ```yaml build: container: input: | ./Dockerfile cmd: | docker build ---tag image-name:latest...