Skip to content

Commit 24d0834

Browse files
committed
Remove the changes in tag-release from this branch
1 parent c171f44 commit 24d0834

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.gitlab/tagger/tag-release.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ git config --global user.name "$TAGGER_NAME"
1616
set +e
1717
ddev release tag all --skip-prerelease
1818
status=$?
19-
# If we fail to fetch tags, fallback to the old behavior of getting list of tags even if they're not fetched
20-
if [[ $status -eq 3 ]]; then
21-
echo "Failed to fetch tags, falling back to list tags without fetching"
22-
ddev release tag all --skip-prerelease --no-fetch
23-
status=$?
24-
fi
2519
set -e
2620

2721
# Only build packages if there were new releases

0 commit comments

Comments
 (0)