We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7180b02 commit f5cf5f4Copy full SHA for f5cf5f4
deploy.sh
@@ -65,7 +65,7 @@ echo "Pushing latest commit to origin, with tags"
65
git push origin master
66
git push origin master --tags
67
68
-echo
+
69
echo "Creating local copy of SVN repo ..."
70
if [ -d $SVNPATH ]; then rm -rf $SVNPATH; fi
71
svn co $SVNURL $SVNPATH
0 commit comments