github.com/replicatedhq/ship@v0.55.0/integration/base/direct-render-with-root/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 - render: 14 root: ./ 15 assets: 16 v1: 17 - inline: 18 dest: ./uninstall.sh 19 contents: | 20 #!/bin/sh 21 echo uninstalling... 22