Skip to content

Commit

Permalink
disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 30, 2024
1 parent 358d949 commit e5e27b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jdbc_maven_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def exec(cmd):
release_version = version_regex.search(release_tag).group(1)
else:
print("Not running on %s" % release_tag)
exit(0)
#exit(0)

jdbc_artifact_dir = sys.argv[2]
jdbc_root_path = sys.argv[3]
Expand Down

0 comments on commit e5e27b0

Please sign in to comment.