Clint Mod
Clint Mod
This seems to work for me with the latest version of traefik and docker.
@onedr0p the silly workaround for now is to use the `default` template function on a var and then assign it to the env like this: ``` # yaml-language-server: $schema=https://taskfile.dev/schema.json version:...
The problem is because of the way variables are implemented in `go-task`. They're backwards in how they function in a shell and in other build systems. In other build systems...
I'm seeing this when I call `rvm use --create` and if `set -e` is turned on bash my script aborts.
Host key verification failed means that you have an entry in your `$HOME/.ssh/known_hosts` file that doesn't match what github.com is returning. Here's a post on how you can fix it...
Here's what ChatGPT had to say when I asked it about the vars problems: Thought for 9 seconds In digging through the go-task repo’s issue tracker, a few recurring themes...