| name: luci-go/milo | |
| extends: ../gae.yaml | |
| inputsdir: ../../milo | |
| build: | |
| # This builds the frontend code updating ${inputsdir}/ui/out. | |
| - run: ['make', 'release'] | |
| cwd: ${inputsdir}/ui | |
| # This packages all Go code with its dependencies into _gopath/src/... It | |
| # follows the symlinks in luci-go to pick up the built frontend code from | |
| # resultui/out. | |
| - go_gae_bundle: ${inputsdir}/app.yaml | |
| dest: ${contextdir}/milo |