Commit 5b1fa949 authored by Edward Lemur's avatar Edward Lemur Committed by Commit Bot

gclient: Sync CIPD deps before running hooks.

Bug: 882611
Change-Id: I72646544a164f557ea7d53e0ce0f16d663618a98
Reviewed-on: https://chromium-review.googlesource.com/c/1255446Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
parent e8f574a2
This diff is collapsed.
...@@ -756,7 +756,12 @@ deps = { ...@@ -756,7 +756,12 @@ deps = {
], ],
'dep_type': 'cipd', 'dep_type': 'cipd',
}, },
}""", }
hooks = [{
# make sure src/repo12 exists and is a CIPD dir.
'action': ['python', '-c', 'with open("src/repo12/_cipd"): pass'],
}]
""",
'origin': 'git/repo_13@3\n' 'origin': 'git/repo_13@3\n'
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment