Skip to content

Commit

Permalink
moo
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 30, 2024
1 parent e5e27b0 commit fd3855d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/jdbc_maven_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ def exec(cmd):
release_version = version_regex.search(release_tag).group(1)
else:
print("Not running on %s" % release_tag)
release_version = '1.2.0-SNAPSHOT'
is_release = False

#exit(0)

jdbc_artifact_dir = sys.argv[2]
Expand Down

0 comments on commit fd3855d

Please sign in to comment.