core/__snapshots__/TestGenerateBuildPlanForExamples_shell-platform-arch_1.snap.json
core/__snapshots__/TestGenerateBuildPlanForExamples_shell-platform-arch_1.snap.jsonBrowse 1970 files
399 tokens
1,153 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1{2 "caches": {3 "apt": {4 "directory": "/var/cache/apt",5 "type": "locked"6 },7 "apt-lists": {8 "directory": "/var/lib/apt/lists",9 "type": "locked"10 }11 },12 "deploy": {13 "base": {14 "step": "packages:apt:runtime"15 },16 "inputs": [17 {18 "include": [19 "."20 ],21 "step": "build"22 }23 ],24 "startCommand": "zsh start.sh",25 "variables": {26 "RAILPACK_VERSION": "dev"27 }28 },29 "steps": [30 {31 "inputs": [32 {33 "image": "ghcr.io/railwayapp/railpack-builder:mise-2026.9.9"34 }35 ],36 "name": "packages:mise"37 },38 {39 "commands": [40 {41 "cmd": "chmod +x start.sh"42 }43 ],44 "inputs": [45 {46 "step": "packages:mise"47 },48 {49 "include": [50 "."51 ],52 "local": true53 }54 ],55 "name": "build",56 "secrets": [57 "*"58 ]59 },60 {61 "caches": [62 "apt",63 "apt-lists"64 ],65 "commands": [66 {67 "cmd": "sh -c 'apt-get update \u0026\u0026 apt-get install -y zsh'",68 "customName": "install apt packages: zsh"69 }70 ],71 "inputs": [72 {73 "image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.9.9"74 }75 ],76 "name": "packages:apt:runtime"77 }78 ]79}