From 3c0d6daa7a4a8dbb693732bbda64d886fbcdac20 Mon Sep 17 00:00:00 2001
From: Jason Kridner <jkridner@beagleboard.org>
Date: Sat, 2 Dec 2023 05:24:12 +0000
Subject: [PATCH] gitlab-build.sh: try another way to pass argument

---
 gitlab-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitlab-build.sh b/gitlab-build.sh
index ab899b89..a50b2640 100755
--- a/gitlab-build.sh
+++ b/gitlab-build.sh
@@ -138,7 +138,7 @@ elif [ "$CI_COMMIT_TAG" != "" ]; then
 		export VER_DIR=$GIT_BRANCH
 		export PAGES_SLUG=$GIT_BRANCH
 	fi
-	do_build SPHINXOPTS="-D todo_include_todos=False"
+	do_build SPHINXOPTS='-D todo_include_todos=False'
 else
 	echo "***** Not on a branch or tag *****"
 fi
-- 
GitLab