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.
1 parent 5f0c19c commit cc5a258Copy full SHA for cc5a258
build.sh
@@ -268,7 +268,7 @@ if test "${do_gitversion}" == "yes"; then
268
# Omit the revision if there isn't one (i.e., we are at straight-up Version)
269
if [ ! -z "${GIT_REVISION}" ]; then
270
extra_pandoc_options+=" --metadata=revision:${GIT_REVISION}"
271
- elif [ ! -z "${GIT_COMMIT}" ]; then
+ elif [ -z "${GIT_VERSION}" ]; then
272
extra_pandoc_options+=" --metadata=revision:${GIT_COMMIT}"
273
fi
274
0 commit comments