File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def jekyll_builder(cwd):
9
9
build_no = input ("Enter the build number\t " )
10
10
comm_message = input ("Describe your changes\t " )
11
11
12
- print ("\n * Creating temp dir at " + cwd + "/../temp/" )
12
+ print ("\n * Creating temp dir at " + cwd + "/../temp/" + " \n -------------------------" )
13
13
os .system ("mkdir " + cwd + "/../temp/" )
14
14
15
15
print ("\n * Building static pages to " + cwd + "/../temp/" + "\n -------------------------" )
@@ -30,13 +30,13 @@ def repo_handler(build_no, comm_message):
30
30
os .system ("git checkout master" )
31
31
32
32
os .system ("rm -rf ./*" )
33
- print ("\n * Removed files inside master branch......" + "\n -------------------------" )
33
+ print ("\n * Removed files inside master branch......" + "\n -------------------------\n \n " )
34
34
35
35
os .system ("git addcomm -m \" Build No.: " + build_no + " :: " + comm_message + " | part 1\" " )
36
36
print ("\n \n " )
37
37
38
38
os .system ("cp -r ../temp/* ./" )
39
- print ("\n * Added build files inside master branch......" + "\n -------------------------" )
39
+ print ("\n * Added build files inside master branch......" + "\n -------------------------\n \n " )
40
40
41
41
if (os .path .isdir ("./_site/" )):
42
42
print ("\n * _site/ folder exists, deleting the folder......" + "\n -------------------------" )
You can’t perform that action at this time.
0 commit comments