Make DEFAULT_REQUEUE_TIME has Missing equal to sign for kit ENV #14118
Labels
area/contributing
Contributing docs, ownership, etc. Also devtools like devcontainer and Nix
type/bug
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
What happened? What did you expect to happen?
make fails due to a missing "=" in the command here for kit in the below line
argo-workflows/Makefile
Line 571 in 514ea37
To Reproduce
make start
Fix
Replace
kit $(TASKS)
withkit=$(TASKS)
in lineargo-workflows/Makefile
Line 571 in 514ea37
Screenshots
Version(s)
latest
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: