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
postprocess -- if set script or command is executed after all other commands and has access to the recipe directory ($RECIPEDIR) and the artifact directory ($ARTIFACTDIR). The working directory will be set to the artifact directory.
In practice, it doesn't seem to be true, the working directory seems to be RECIPEDIR in any case.
Recipe:
architecture: amd64
actions:
- action: run
postprocess: true
command: pwd