Skip to content

Commit 671d77e

Browse files
committed
Merge branch 'master' into feature/generate_xml_doc
2 parents 167b071 + 3fd96a7 commit 671d77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/publish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
repo=$(git remote -v|grep "origin.*fetch"|sed 'sA^.*github.com/AA;sA/.*AA')
33
rsync -e "ssh -p 22022" -ar shippable/ [email protected]:/var/www/adadocs/PDEngine/$repo/$BUILD_NUMBER
44
normalized_branch=$(echo $BRANCH|sed 'sA[/_]A.Ag')
5-
ln -s $normalized_branch $BUILD_NUMBER
5+
ln -s $BUILD_NUMBER $normalized_branch
66
rsync -e "ssh -p 22022" -a $normalized_branch [email protected]:/var/www/adadocs/PDEngine/$repo
77

0 commit comments

Comments
 (0)