You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.1.28 (specifically, 0c28810) changed the watch attribute so the workingDir is automatically prepended to each file. I think that change makes sense, but unfortunately it's backwards-incompatible, since it means the workingDir will be prepended twice if you were relying on the previous behavior. Here's a minimal reproduction example (adapted from https://github.com/argoproj/argo-workflows/blob/main/tasks.yaml):
v0.1.28 (specifically, 0c28810) changed the
watch
attribute so theworkingDir
is automatically prepended to each file. I think that change makes sense, but unfortunately it's backwards-incompatible, since it means theworkingDir
will be prepended twice if you were relying on the previous behavior. Here's a minimal reproduction example (adapted from https://github.com/argoproj/argo-workflows/blob/main/tasks.yaml):In v0.1.27, this worked:
In v0.1.72, you get an error:
Also, it seems v0.1.46 changed the error reporting so it's less useful, because you used to get more detailed error messages for missing files, e.g.
The text was updated successfully, but these errors were encountered: