config: update in release.sh to link dtds folder to htdocs
This commit is contained in:
parent
bd6a042192
commit
777e55a84d
|
|
@ -41,6 +41,7 @@ mv htdocs/new-site/ .
|
|||
mv htdocs htdocs-$PREV_RELEASE
|
||||
mv new-site htdocs
|
||||
ln -s /home/project-web/checkstyle/reports htdocs/reports
|
||||
ln -s /home/project-web/checkstyle/dtds htdocs/dtds
|
||||
|
||||
#Archiving
|
||||
tar cfz htdocs-$PREV_RELEASE.tar.gz htdocs-$PREV_RELEASE/
|
||||
|
|
|
|||
Loading…
Reference in New Issue