aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/bundle_recipes.sh
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-12-07 09:21:07 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-12-07 14:45:30 +0000
commit66db75da67fb4c75207c2e495765e1e74584e3b1 (patch)
treee22d33549c63fd0930762a714ffb627d24a608d5 /infra/bots/bundle_recipes.sh
parent37cc2253ffe71ca4c22cd738113b94c871f016f5 (diff)
[infra] Move commands from isolates to gen_tasks.go
This has the side effect of bundling recipes for all tasks, which will be required anyway to run recipes in the future. Bug: skia:7050 Change-Id: Ia30a95c750f2a237a8bf60263b2981682673c043 Reviewed-on: https://skia-review.googlesource.com/81300 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com>
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