You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bn...@apache.org on 2023/10/26 20:42:56 UTC

[trafficserver-ci] branch main updated: fix source dir for install

This is an automated email from the ASF dual-hosted git repository.

bnolsen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 8daf0fd  fix source dir for install
     new ba03f15  Merge pull request #273 from traeak/docs_fix2
8daf0fd is described below

commit 8daf0fda2fa2aeec8630c4265dcd140003d5b26a
Author: Brian Olsen <bn...@gmail.com>
AuthorDate: Thu Oct 26 14:42:28 2023 -0600

    fix source dir for install
---
 jenkins/bin/docs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jenkins/bin/docs.sh b/jenkins/bin/docs.sh
index cdccde8..f8f945a 100755
--- a/jenkins/bin/docs.sh
+++ b/jenkins/bin/docs.sh
@@ -100,9 +100,9 @@ docbuilddir="docbuild"
 if [ -d docbuild ]
 then
   docbuilddir="docbuild"
-elif [ -d docs-build/doc/docbuild ]
+elif [ -d docbuild/doc/docbuild ]
 then
-  docbuilddir="docs-build/doc/docbuild"
+  docbuilddir="docbuild/doc/docbuild"
 else
   echo "Could not find build docs."
   exit 1