| name: luci-go/scheduler | |
| extends: ../gae.yaml | |
| inputsdir: ../../scheduler/appengine | |
| sources: | |
| - ../../scheduler | |
| build: | |
| - copy: ${inputsdir}/dispatch.yaml | |
| dest: ${contextdir}/dispatch.yaml | |
| - go_gae_bundle: ${inputsdir}/frontend/app.yaml | |
| dest: ${contextdir}/frontend | |
| - go_gae_bundle: ${inputsdir}/static/service-static.yaml | |
| dest: ${contextdir}/static |