Skip to content

Commit

Permalink
hel
Browse files Browse the repository at this point in the history
  • Loading branch information
alecswjo committed Jan 11, 2020
1 parent 2166453 commit 99176bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompilerScript.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def compile_binaries(url):
os.system('git commit -m '+ COMMIT_MESSAGE)
# Push the new or update files
# subprocess.call('git push origin workBranch', shell = True)
os.system('git push origin workBranch')
os.system('git push origin master')

except:
print('Some error occured while pushing the code')
Expand Down

0 comments on commit 99176bc

Please sign in to comment.