File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# build package and push it to pypi
22clear
33cd ..
4- echo " Starting Pie Test.." ;
4+ echo " piencrypt: -----> Starting Pie Test.." ;
55cd Test
66python pie_test.py;
7- echo " Test completed"
7+ echo " piencrypt: -----> Test completed"
88cd ..
9- echo " Starting package build..." ;
9+ echo " piencrypt: -----> Starting package build..." ;
1010python setup.py sdist bdist_wheel;
1111twine upload dist/* ;
12- echo " Upload Successfull" ;
12+ echo " piencrypt: -----> Upload Successfull" ;
1313# cat build.sh
Original file line number Diff line number Diff line change 11clear
22cd ..
3- echo " Starting Pie Test.." ;
3+ echo " piencrypt: -----> Starting Pie Test.." ;
44cd Test
55python pie_test.py;
6- echo " Test completed"
6+ echo " piencrypt: -----> Test completed"
77cd ..
8- echo " Tracking files.." ;
8+ echo " piencrypt: -----> Tracking files.." ;
99git add . ;
1010git commit -m " piencrypt shell scripts" ;
11- echo " Commit completed" ;
11+ echo " piencrypt: -----> Commit completed" ;
1212git push origin master;
13- echo " Push Successfull" ;
13+ echo " piencrypt: -----> Push Successfull" ;
Original file line number Diff line number Diff line change 11clear
22cd ..
3- echo " Starting Pie Test.." ;
3+ echo " piencrypt: -----> Starting Pie Test.." ;
44cd Test
55python pie_test.py;
6- echo " Test completed"
6+ echo " piencrypt: -----> Test completed"
77cd ..
88cd web
9- echo " Tracking files.." ;
9+ echo " piencrypt: -----> Tracking files.." ;
1010git add . ;
1111git commit -m " piencrypt webapp" ;
12- echo " Commit completed" ;
12+ echo " piencrypt: -----> Commit completed" ;
1313git push heroku master;
14- echo " Deployment Successfull" ;
14+ echo " piencrypt: -----> Deployment Successfull" ;
1515cd ..
Original file line number Diff line number Diff line change 1- Subproject commit 42f8504842dc04c493db87896e8c17de1e893c62
1+ Subproject commit a440568b8e7149395ef1eeb52b816899c0fc3f1e
You can’t perform that action at this time.
0 commit comments