Skip to content

Commit 1b35190

Browse files
committed
ci: do not skip tag
The MinGit backports are pushed as tags, not as branches. We still want to get the benefit of CI builds. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a15eb18 commit 1b35190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ then
103103
test darwin != "$CI_OS_NAME" || CI_OS_NAME=osx
104104
CI_REPO_SLUG="$(expr "$BUILD_REPOSITORY_URI" : '.*/\([^/]*/[^/]*\)$')"
105105
CC="${CC:-gcc}"
106+
DONT_SKIP_TAGS=t
106107

107108
# use a subdirectory of the cache dir (because the file share is shared
108109
# among *all* phases)

0 commit comments

Comments
 (0)