We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17e7351 + cd3b0b6 commit c1a4066Copy full SHA for c1a4066
dodoc.sh
@@ -36,6 +36,7 @@ test "$DOCREPO" != "" &&
36
cd "$DOCREPO" || exit $?
37
38
git pull "$MASTERREPO" master &&
39
+git fetch --tags "$MASTERREPO" || exit $?
40
test $(git-rev-parse --verify refs/heads/master) == "$ID" &&
41
NID=$(git-describe --abbrev=4 "$ID") &&
42
test '' != "$NID" || exit $?
0 commit comments