skia2/infra/bots/bundle_recipes.sh
Eric Boren 7bc4c9a8d1 [python3] Reland recipes -> python3 changes
This was enabled by moving the iPhones off of the old RPI2 hosts.

This reverts commit 04cd6fba97.
This reverts commit a726978ae7.

Bug: chromium:1256037
Change-Id: I35069089aa39baf62a18235c8d0514923f327c53
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/477987
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
2021-12-01 13:04:03 +00:00

16 lines
320 B
Bash
Executable File

#!/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
which vpython3
vpython3 --version
cd skia
git init
git add .
git commit -m "Commit Recipes"
vpython3 infra/bots/recipes.py bundle --destination ${1}/recipe_bundle