Skip to content

Commit 7c3990e

Browse files
committed
piencrypt shell scripts
1 parent 725ade9 commit 7c3990e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Script/git_push.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ clear
22
cd ..
33
echo "Starting Pie Test..";
44
cd Test
5-
python pie_test.py;
5+
python pie_test.py;
66
echo "Test completed"
77
cd ..
88
echo "Tracking files..";
99
git add .;
1010
git commit -m "piencrypt shell scripts";
1111
echo "Commit completed";
12-
git push origin master;
12+
git push origin master; || git pull origin master
1313
echo "Push Successfull";

Script/heroku_push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ clear
22
cd ..
33
echo "Starting Pie Test..";
44
cd Test
5-
python pie_test.py;
5+
python pie_test.py;
66
echo "Test completed"
77
cd ..
88
cd web

0 commit comments

Comments
 (0)