bundle_recipes.sh 284 B

12345678910111213
  1. #!/bin/bash
  2. # Copyright 2018 Google Inc.
  3. #
  4. # Use of this source code is governed by a BSD-style license that can be
  5. # found in the LICENSE file.
  6. set -x -e
  7. cd skia
  8. git init
  9. git add .
  10. git commit -m "Commit Recipes"
  11. python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle