Skip to content
Snippets Groups Projects
Commit 10324f994d4d authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: update sentry release build arg name

parent 971487c45195
No related branches found
No related tags found
1 merge request!164🚑 update sentry release build arg name
......@@ -149,7 +149,7 @@
if os.path.exists(".hg"):
tags_string = check_output(["hg", "identify", "--tags"]).decode()
buildargs["VERSION"] = tags_string
buildargs["SENTRY_RELEASE"] = tags_string
buildargs["SENTRY_RELEASE_ARG"] = tags_string
if tags_string:
tags = tags_string.split()
buildargs["VCS_URL"] = check_output(["hg", "paths", "default"]).decode()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment