File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 806
806
</target >
807
807
808
808
809
+ <!--
810
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
811
+ Build site and update GH pages for publishing
812
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
813
+ -->
814
+ <target name =" updateSite" depends =" buildSite,updateGhPages" description =" Update the Gitblit pages site" >
815
+ </target >
816
+
817
+
809
818
<!--
810
819
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
811
820
Publish site to site hosting service
Original file line number Diff line number Diff line change @@ -63,6 +63,15 @@ git add .
63
63
git commit -m " ${project.version} artifacts"
64
64
cd ${project.directory}
65
65
66
+
67
+ # build RELEASE site
68
+ echo " "
69
+ echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
70
+ echo " Updating ${project.version} website"
71
+ echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
72
+ echo " "
73
+ $antCmd updateSite
74
+
66
75
# upload artifacts
67
76
echo " "
68
77
echo " ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
You can’t perform that action at this time.
0 commit comments