stop vending crosjobs from depot_tools
The command was deprecated in https://crrev.com/i/7202749 Bug: 345486495 Change-Id: I28e1dd286ec4f2dee58144e224783fc586405698 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5605682 Reviewed-by: George Engelbrecht <engeg@google.com> Commit-Queue: Yiwei Zhang <yiwzhang@google.com>changes/82/5605682/2
parent
1545a081d8
commit
a4f8f3559a
@ -1,15 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2018 The Chromium Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
# See revert instructions in cipd_manifest.txt
|
||||
|
||||
MYPATH=$(dirname "${BASH_SOURCE[0]}")
|
||||
|
||||
source "$MYPATH/cipd_bin_setup.sh"
|
||||
cipd_bin_setup &> /dev/null
|
||||
|
||||
exec "$MYPATH/.cipd_bin/buildjobs" "$@"
|
||||
|
Loading…
Reference in New Issue