-
-
Notifications
You must be signed in to change notification settings - Fork 564
Keep sudo() flag #271
Copy link
Copy link
Closed
Labels
stalePR/Issue without recent activity, it'll be soon closed automatically.PR/Issue without recent activity, it'll be soon closed automatically.
Metadata
Metadata
Assignees
Labels
stalePR/Issue without recent activity, it'll be soon closed automatically.PR/Issue without recent activity, it'll be soon closed automatically.
AFAIK, since 13.0, we don't keep the
suflag, so when we run:The job
foowill not be executed assu.We should add an
func_envjson field where we can store this flag, the same field could contain the context (see #121).