2018-04-17 19:55:57 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# Copyright 2018 Google Inc.
|
|
|
|
#
|
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
|
|
|
set -x -e
|
|
|
|
|
2021-11-30 18:59:12 +00:00
|
|
|
which vpython3
|
|
|
|
vpython3 --version
|
2018-04-17 19:55:57 +00:00
|
|
|
cd skia
|
|
|
|
git init
|
|
|
|
git add .
|
|
|
|
git commit -m "Commit Recipes"
|
2021-11-30 18:59:12 +00:00
|
|
|
vpython3 infra/bots/recipes.py bundle --destination ${1}/recipe_bundle
|