This commit is contained in:
Jakobus Schürz 2021-02-02 11:22:53 +01:00
parent cec89c1e22
commit 32eb7140b2

View file

@ -60,6 +60,7 @@ while [ $# -gt 0 ]; do
esac
done
# If MSC_GIT_TAG is set, checkout is always headless.
logwarn "git PRE: ${PRE}"
[ -z "${MSC_GIT_TAG:+x}" ] || { export MSC_GIT_BRANCH=${MSC_GIT_TAG}; export PRE=""; echo "DEBUG"; }
logwarn "git PRE: ${PRE}"