Skip to content

Commit

Permalink
fix(test): oops, commented something that I was not supposed to
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Aug 13, 2018
1 parent f4ef01d commit 1bcd465
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ const logStatus = (repoName: string, status: number, spaceLength: number) => {
const test = async () => {
const totalSteps = 3
let currStep = 0
// await runFuncOnEveryRepo(
// cloneOrPull,
// "Cloning repo",
// (currStep += 1),
// totalSteps,
// )
// await runFuncOnEveryRepo(
// runYarnAddGdScripts,
// "Installing the new version of gd-scripts",
// (currStep += 1),
// totalSteps,
// )
await runFuncOnEveryRepo(
cloneOrPull,
"Cloning repo",
(currStep += 1),
totalSteps,
)
await runFuncOnEveryRepo(
runYarnAddGdScripts,
"Installing the new version of gd-scripts",
(currStep += 1),
totalSteps,
)
await runFuncOnEveryRepo(
runYarnCi,
"Running CI Script",
Expand Down

0 comments on commit 1bcd465

Please sign in to comment.