aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/bundle_recipes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/bundle_recipes.sh')
-rwxr-xr-xinfra/bots/bundle_recipes.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/infra/bots/bundle_recipes.sh b/infra/bots/bundle_recipes.sh
new file mode 100755
index 0000000000..989ec79661
--- /dev/null
+++ b/infra/bots/bundle_recipes.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+# Copyright 2017 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
+
+cd skia
+git init
+git add .
+git commit -m "Commit Recipes"
+python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle