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 ce130f6 commit ed144aeCopy full SHA for ed144ae
dev/release/release_rc.sh
@@ -49,11 +49,11 @@ 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
56
- fi
+ # 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
+ # fi
57
fi
58
59
if [ "${RELEASE_PULL}" -gt 0 ]; then
0 commit comments