Skip to content

Commit 3dad800

Browse files
authored
[Infra] Remove unneeded debug code (#13441)
1 parent 9efe60a commit 3dad800

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/release_testing_setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ fi
3737
# The chunk below is to determine the latest version by searching
3838
# Get the latest released tag Cocoapods-X.Y.Z for release and prerelease testing, beta version will be excluded.
3939
test_version=$(git tag -l --sort=-version:refname --merged main 'CocoaPods-*[0-9]' | head -n 1)
40-
git for-each-ref --sort=-creatordate --format '%(creatordate:short) %(refname:short)' refs/tags | head -n 3
4140
if [ -z "$test_version" ]; then
4241
echo "Latest tag could not be found. Exiting." >&2
4342
exit 1

0 commit comments

Comments
 (0)