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 34bb43e commit 3166bdbCopy full SHA for 3166bdb
etc/make_release.py
@@ -188,7 +188,7 @@ def release(jira_creds_file,
188
sys.exit(1)
189
190
click.echo('Signing distribution...')
191
- run_shell_script(f'./.evergreen/garasign_dist_file.sh {dist_file}')
+ run_shell_script(f'./etc/garasign_dist_file.sh {dist_file}')
192
click.echo('Signing distribution... done.')
193
194
jira_vers_dict = get_jira_project_versions(auth_jira)
0 commit comments