Skip to content

Commit b871d2a

Browse files
Merge pull request #2758 from DataDog/aleksandr-gringauz/remove-benchmark-internal-publishing-check-workaround
Remove workaround when checking dd-sdk-android-benchmark-internal is published
2 parents 1de5d19 + f9363aa commit b871d2a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ci/scripts/check_latest_release_is_published.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,5 @@ for artifactId in $(./gradlew -q listAllPublishedArtifactIds); do
1818
echo "Release $tag_name exists for $artifactId"
1919
else
2020
echo "Release $tag_name doesn't exist for $artifactId"
21-
# TODO remove this check when
22-
# https://github.com/DataDog/dd-sdk-android/commit/ccd79322895a6ba135e2b73b32005fb4aeb5c31c
23-
# is released
24-
if [ $artifactId != "dd-sdk-android-benchmark-internal" ]; then
25-
exit 1
26-
fi
2721
fi
2822
done

0 commit comments

Comments
 (0)