mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Fix pushing to Bazel again (#531)
With #506, we're pushing the master branch to the Bazel repo. But we're actually committing to a detached HEAD, rather than the master branch. This pushes the current HEAD instead. Closes bazelbuild/rules_sass#61
This commit is contained in:
parent
aa52cf1474
commit
f914c39067
@ -53,7 +53,7 @@ updateBazel() async {
|
||||
arguments: [
|
||||
"push",
|
||||
"https://$username:$password@github.com/bazelbuild/rules_sass.git",
|
||||
"master:master"
|
||||
"HEAD:master"
|
||||
],
|
||||
workingDirectory: repo);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user