aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/bundle_recipes.sh
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-04-16 13:21:01 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-04-16 13:21:07 +0000
commit276886160ba96748c901b7319ca8f876415269c6 (patch)
tree7fea348d2dcb256b8717da253865ea76aa5bd319 /infra/bots/bundle_recipes.sh
parent7bbb26fee0dcd7c53c1f5b80f62966654dd823ba (diff)
Revert "[infra] Run recipes through Kitchen"
This reverts commit 7bbb26fee0dcd7c53c1f5b80f62966654dd823ba. Reason for revert: uploads broke task scheduler Original change's description: > [infra] Run recipes through Kitchen > > Bug: skia:7050 > Change-Id: I50632444eb4ca7f9ae2b1b30b766e531092ccad4 > Reviewed-on: https://skia-review.googlesource.com/82500 > Commit-Queue: Eric Boren <borenet@google.com> > Reviewed-by: Ravi Mistry <rmistry@google.com> TBR=borenet@google.com,rmistry@google.com Change-Id: Ic3a5404fde844f01eca551d50039a84a20e84e11 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia:7050 Reviewed-on: https://skia-review.googlesource.com/121423 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/bundle_recipes.sh')
-rwxr-xr-xinfra/bots/bundle_recipes.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/infra/bots/bundle_recipes.sh b/infra/bots/bundle_recipes.sh
deleted file mode 100755
index ce13121791..0000000000
--- a/infra/bots/bundle_recipes.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/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
-
-cd skia
-git init
-git add .
-git commit -m "Commit Recipes"
-python infra/bots/recipes.py bundle --destination ${1}/recipe_bundle