Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.46 KB | None | 0 0
  1. docker:
  2.   repository: eu.gcr.io/foodstyles-root
  3.  
  4. github:
  5.   branch: release
  6.   organization: NoPaperMenu
  7.  
  8. k8s:
  9.   namespace: foodstyles
  10.  
  11. # Please keep the services in alphabetical order
  12. services:
  13.   - name: curator-tool
  14.     type: service,noop
  15.     github_repo: curator-web-tool.git
  16.   - name: admin-view
  17.     type: service,noop
  18.     git_branch: custom_branch_name
  19.     github_repo: curator-web-tool.git
  20.     custom_build_task_path: src/admin-view/ci/build.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement