Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit c8da3d5d authored by Jason Kridner's avatar Jason Kridner
Browse files

gitlab-build.sh: try another way to pass argument

parent 508b41ce
Branches
Tags 1.0.20231201-wip2 1.0.20231201-wip3
No related merge requests found
Pipeline #8032 failed with stage
in 16 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment