Skip to content

Commit 33ef227

Browse files
authored
Merge branch 'jrivero/remove_the_longest_token_ever' into jrivero/releasepy_param
2 parents b46c418 + 9315f37 commit 33ef227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def sanity_checks(args, repo_dir):
381381

382382
check_credentials(args.auth_input_arg)
383383
print_success("Jenkins credentials are good")
384-
385384
shutil.rmtree(repo_dir)
386385

387386

@@ -554,6 +553,7 @@ def check_credentials(auth_input_arg = None):
554553
http.clear()
555554
exit(1)
556555

556+
557557
def call_jenkins_build(job_name,
558558
params,
559559
output_string,

0 commit comments

Comments
 (0)