aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/infra.py
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2018-02-22 10:03:56 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-22 17:47:56 +0000
commit86a114685267e1200fcf755ff13b3ab2ab48f12a (patch)
tree90c1e9e56c7ef81f2466df1291c4c042776b6c45 /infra/bots/recipes/infra.py
parent85fdbe2b5c210a8d8179d0fd4c1c01cb0b1349d6 (diff)
Add bot which builds without DEPS
Bug: skia:7646 Change-Id: Iddf55940230c99fea9d838a1b03a8c3bb476262e Reviewed-on: https://skia-review.googlesource.com/109360 Commit-Queue: Eric Boren <borenet@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Diffstat (limited to 'infra/bots/recipes/infra.py')
-rw-r--r--infra/bots/recipes/infra.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/infra.py b/infra/bots/recipes/infra.py
index fac2c5d5b6..d025883192 100644
--- a/infra/bots/recipes/infra.py
+++ b/infra/bots/recipes/infra.py
@@ -20,7 +20,7 @@ DEPS = [
def RunSteps(api):
api.vars.setup()
- api.core.checkout_steps()
+ api.core.checkout_bot_update()
api.infra.update_go_deps()
# Run the infra tests.