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
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
some sequence steps such as concourse resources and the action-git-cloning portion of a uses step need to relay information back to sequence.
the uses step specifically will need to do this to dynamically run containers depending on what it finds. to achieve this, the step will emit json on stdout that looks something like
sequence's runtime.Run functions should anticipate which containers it runs will do this and parse stdout from such containers, returning the parsed response. sequence should then check the response for a step and, if its present, run that step immediately
The text was updated successfully, but these errors were encountered:
some sequence steps such as concourse resources and the action-git-cloning portion of a
uses
step need to relay information back to sequence.the uses step specifically will need to do this to dynamically run containers depending on what it finds. to achieve this, the step will emit json on stdout that looks something like
sequence's
runtime.Run
functions should anticipate which containers it runs will do this and parse stdout from such containers, returning the parsed response. sequence should then check the response for a step and, if its present, run that step immediatelyThe text was updated successfully, but these errors were encountered: