aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/daily-jjb-doc-update/include-doc-upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/daily-jjb-doc-update/include-doc-upload.sh b/jjb/daily-jjb-doc-update/include-doc-upload.sh
index c1f6a9c0..c7637fbd 100644
--- a/jjb/daily-jjb-doc-update/include-doc-upload.sh
+++ b/jjb/daily-jjb-doc-update/include-doc-upload.sh
@@ -19,7 +19,7 @@ rm -rf $TMPDIR/upload-gh-pages/*
cp -ar $HTDOCS/* $TMPDIR/upload-gh-pages/
# tell github that we're serving this as docs.automotivelinux.org
-echo "docs.automotivelinux.org" > $TMPDIR/upload-gh-pages/CNAME
+echo "old-docs.automotivelinux.org" > $TMPDIR/upload-gh-pages/CNAME
pushd $TMPDIR/upload-gh-pages
git config user.name build.automotivelinux.org