Skip to content
Snippets Groups Projects
Closed Mount files on steps containers for local runs(minimal)
  • View options
  • Mount files on steps containers for local runs(minimal)

  • View options
  • Closed Issue created by Warren Gifford

    Created by: malomarrec

    Make it possible for users to add files located alongside the spec to the batch change, when running locally using src-cli. In this first iteration, doing so is not represented in the batch changes UI at all so this ticket should no involve any UI work

    steps:
       - run cat path/to/file.txt
       mount: 
          - path: local/path/to/file.text
             mountpoint: path/to/file.txt

    We will limit mountable paths to ./ and down, so nothing inside the expected working directory ends up mounted.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first