go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/build/gae/cipd.yaml (about) 1 name: luci-go/cipd 2 extends: ../gae.yaml 3 4 inputsdir: ../../cipd/appengine 5 6 build: 7 - copy: ${inputsdir}/dispatch.yaml 8 dest: ${contextdir}/dispatch.yaml 9 - go_gae_bundle: ${inputsdir}/frontend/app.yaml 10 go_gae_bundle_as_module: True 11 dest: ${contextdir}/frontend 12 - go_gae_bundle: ${inputsdir}/backend/service-backend.yaml 13 go_gae_bundle_as_module: True 14 dest: ${contextdir}/backend 15 - go_gae_bundle: ${inputsdir}/verification/service-verification.yaml 16 go_gae_bundle_as_module: True 17 dest: ${contextdir}/verification