Skip to content

Commit 4d37f00

Browse files
committed
apache
1 parent 49caaa1 commit 4d37f00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dev/release/release_rc.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ cd "${SOURCE_TOP_DIR}"
4949

5050
if [ "${RELEASE_PULL}" -gt 0 ] || [ "${RELEASE_PUSH_TAG}" -gt 0 ]; then
5151
git_origin_url="$(git remote get-url origin)"
52-
if [ "${git_origin_url}" != "[email protected]:apache/iceberg-cpp.git" ]; then
53-
echo "This script must be ran with working copy of apache/iceberg-cpp."
54-
echo "The origin's URL: ${git_origin_url}"
55-
exit 1
52+
# if [ "${git_origin_url}" != "[email protected]:apache/iceberg-cpp.git" ]; then
53+
# echo "This script must be ran with working copy of apache/iceberg-cpp."
54+
# echo "The origin's URL: ${git_origin_url}"
55+
# exit 1
5656
fi
5757
fi
5858

0 commit comments

Comments
 (0)