Skip to content

Commit

Permalink
Slightly reorder experimental sync commands
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham committed Jun 5, 2019
1 parent 38da682 commit ec4ca6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-experimental-branches.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ async function main() {
runSequence([
["git", ["clean", "-fdx"]],
["git", ["checkout", "."]],
["git", ["fetch", "-fu", "origin", "master:master"]],
["git", ["checkout", "master"]],
["git", ["remote", "add", "fork", remoteUrl]], // Add the remote fork
["git", ["fetch", "origin", "master:master"]],
]);

const gh = new Octokit();
Expand Down

0 comments on commit ec4ca6b

Please sign in to comment.