Skip to content

Commit

Permalink
Merge branch 'jrivero/remove_the_longest_token_ever' into jrivero/rel…
Browse files Browse the repository at this point in the history
…easepy_param
  • Loading branch information
j-rivero authored Nov 25, 2024
2 parents b46c418 + 9315f37 commit 33ef227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def sanity_checks(args, repo_dir):

check_credentials(args.auth_input_arg)
print_success("Jenkins credentials are good")

shutil.rmtree(repo_dir)


Expand Down Expand Up @@ -554,6 +553,7 @@ def check_credentials(auth_input_arg = None):
http.clear()
exit(1)


def call_jenkins_build(job_name,
params,
output_string,
Expand Down

0 comments on commit 33ef227

Please sign in to comment.