github.com/replicatedhq/ship@v0.55.0/integration/init_app/basic/input/.ship/release.yml (about) 1 --- 2 assets: 3 v1: 4 - inline: 5 contents: | 6 #!/bin/bash 7 echo "installing nothing" 8 echo "config option: {{repl ConfigOption "test_option" }}" 9 dest: ./scripts/install.sh 10 mode: 0777 11 - inline: 12 contents: | 13 #!/bin/bash 14 echo "tested nothing" 15 echo "customer {{repl Installation "customer_id" }}" 16 echo "install {{repl Installation "installation_id" }}" 17 dest: ./scripts/test.sh 18 mode: 0777 19 config: 20 v1: 21 - name: test_options 22 title: Test Options 23 description: testing testing 123 24 items: 25 - name: test_option 26 title: Test Option 27 default: abc123_test-option-value 28 type: text 29 lifecycle: 30 v1: 31 - render: {}