We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49caaa1 commit 4d37f00Copy full SHA for 4d37f00
dev/release/release_rc.sh
@@ -49,10 +49,10 @@ cd "${SOURCE_TOP_DIR}"
49
50
if [ "${RELEASE_PULL}" -gt 0 ] || [ "${RELEASE_PUSH_TAG}" -gt 0 ]; then
51
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
+ # if [ "${git_origin_url}" != "[email protected]:apache/iceberg-cpp.git" ]; then
+ # echo "This script must be ran with working copy of apache/iceberg-cpp."
+ # echo "The origin's URL: ${git_origin_url}"
+ # exit 1
56
fi
57
58
0 commit comments