We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725ade9 commit 7c3990eCopy full SHA for 7c3990e
2 files changed
Script/git_push.sh
@@ -2,12 +2,12 @@ clear
2
cd ..
3
echo "Starting Pie Test..";
4
cd Test
5
-python pie_test.py;
+python pie_test.py;
6
echo "Test completed"
7
8
echo "Tracking files..";
9
git add .;
10
git commit -m "piencrypt shell scripts";
11
echo "Commit completed";
12
-git push origin master;
+git push origin master; || git pull origin master
13
echo "Push Successfull";
Script/heroku_push.sh
@@ -2,7 +2,7 @@ clear
cd web
0 commit comments