Skip to content

Artifact support#1

Merged
Robert-Furth merged 4 commits intomasterfrom
artifact-support
Aug 23, 2021
Merged

Artifact support#1
Robert-Furth merged 4 commits intomasterfrom
artifact-support

Conversation

@Robert-Furth
Copy link
Copy Markdown

  • Adds a mount for each workflow run to hold artifacts for that run
    • The volume name is act-artifacts-[runid], mounted in the container at /artifacts.
  • Only remove a job container if the job succeeds or if --rm is passed to the runner

Previously, the container would be removed no matter what. Now, users can leave
off the `--rm` flag to leave containers running if they fail, which can aid in
debugging.
@Robert-Furth Robert-Furth merged commit 0672119 into master Aug 23, 2021
@Robert-Furth Robert-Furth deleted the artifact-support branch August 23, 2021 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant