Fix the Bazel deploy step again (#1541)

This commit is contained in:
Natalie Weizenbaum 2021-10-26 15:24:46 -07:00 committed by GitHub
parent 756fcd3911
commit 6622eebd79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ Future<void> updateBazel() async {
run("npm", arguments: ["install", "-g", "yarn"]);
var repo = await cloneOrCheckout(
"https://github.com/bazelbuild/rules_sass.git", "origin/main");
"https://github.com/bazelbuild/rules_sass.git", "main");
var packageFile = File(p.join(repo, "sass", "package.json"));
log("updating ${packageFile.path}");