github.com/replicatedhq/ship@v0.55.0/integration/base/direct-render/expected/.ship/release.yml (about)

     1  ---
     2  assets:
     3    v1:
     4    - inline:
     5        dest: ./install.sh
     6        contents: |
     7          #!/bin/sh
     8          echo installing...
     9  config: {}
    10  lifecycle:
    11    v1:
    12    - render:
    13        root: ./
    14    - render:
    15        root: ./
    16        assets:
    17          v1:
    18            - inline:
    19                dest: ./uninstall.sh
    20                contents: |
    21                  #!/bin/sh
    22                  echo uninstalling...
    23