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.
2 parents 167b071 + 3fd96a7 commit 671d77eCopy full SHA for 671d77e
tools/publish
@@ -2,6 +2,6 @@
2
repo=$(git remote -v|grep "origin.*fetch"|sed 'sA^.*github.com/AA;sA/.*AA')
3
rsync -e "ssh -p 22022" -ar shippable/ [email protected]:/var/www/adadocs/PDEngine/$repo/$BUILD_NUMBER
4
normalized_branch=$(echo $BRANCH|sed 'sA[/_]A.Ag')
5
-ln -s $normalized_branch $BUILD_NUMBER
+ln -s $BUILD_NUMBER $normalized_branch
6
rsync -e "ssh -p 22022" -a $normalized_branch [email protected]:/var/www/adadocs/PDEngine/$repo
7
0 commit comments