github.com/replicatedcom/ship@v0.50.0/integration/base/render-root/expected/.ship/release.yml (about)

     1  assets:
     2    v1:
     3      - inline:
     4          contents: |
     5            #!/bin/bash
     6            echo "Hello world"
     7          dest: ./scripts/install.sh
     8          mode: 0777
     9      - inline:
    10          contents: |
    11            #!/bin/bash
    12            echo "tested nothing"
    13          dest: ./scripts/test.sh
    14          mode: 0777
    15  lifecycle:
    16    v1:
    17      - render:
    18          root: "example_installer_directory"