Skip to content

Commit

Permalink
also push ch 3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Feb 24, 2020
1 parent c0a736f commit d20a6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions push-branches.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

import subprocess
from pathlib import Path
from chapters import CHAPTERS, NO_EXERCISE
from chapters import CHAPTERS, NO_EXERCISE, STANDALONE

processes = []

for chapter in CHAPTERS:
for chapter in CHAPTERS + STANDALONE:
print('pushing', chapter)
processes.append(subprocess.Popen(
['git', 'push', '-v', '--force-with-lease', 'origin', chapter],
Expand Down

0 comments on commit d20a6b4

Please sign in to comment.